public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2d4e78dd242d700c0ac4437bd2b5e1ec52f01166
@ 2024-10-24  6:28 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2024-10-24  6:28 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 8687 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  2d4e78dd242d700c0ac4437bd2b5e1ec52f01166 (commit)
       via  37eb2ddd075bb19e96d03349b1160d027ad2f195 (commit)
       via  0c0af35ebcbc55888861e78ba500d4315f49d296 (commit)
       via  e91ae5e75a18d9c1a260104cfa0423a1de8a822a (commit)
      from  78f1bb1de5972bcb4f8db873d0271352d1dbb506 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2d4e78dd242d700c0ac4437bd2b5e1ec52f01166
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Oct 24 08:22:54 2024 +0200

    gdb: update aarch64 rootfile
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 37eb2ddd075bb19e96d03349b1160d027ad2f195
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Oct 24 08:22:21 2024 +0200

    kernel: update to 6.6.58
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 0c0af35ebcbc55888861e78ba500d4315f49d296
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Oct 24 08:20:17 2024 +0200

    cdrom: add serial console to uEFI menu
    
    this is only needed on systems that support both video out and serial
    console to force serial.

commit e91ae5e75a18d9c1a260104cfa0423a1de8a822a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Oct 24 08:18:07 2024 +0200

    flash-images: move sleep 1 to a better place
    
    kpartx trigger the automount feature of some desktop environments
    which result in a mounted filesystem if it was created to fast after
    kpartx.
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/cdrom/grub.cfg                      | 16 ++++++++++++++++
 config/kernel/kernel.config.aarch64-ipfire |  3 ++-
 config/kernel/kernel.config.x86_64-ipfire  |  3 ++-
 config/rootfiles/common/aarch64/gdb        | 29 +++++++++++++++++++++++++++--
 lfs/flash-images                           |  8 +++++---
 lfs/linux                                  |  4 ++--
 6 files changed, 54 insertions(+), 9 deletions(-)

Difference in files:
diff --git a/config/cdrom/grub.cfg b/config/cdrom/grub.cfg
index 50a7c24881..1483cb2648 100644
--- a/config/cdrom/grub.cfg
+++ b/config/cdrom/grub.cfg
@@ -33,6 +33,22 @@ submenu 'Other Installation Options -->' {
 	}
 }
 
+submenu 'Serial Console -->' {
+menuentry 'Install NAME VERSION ARCH (serial console)' --class ipfire --class gnu-linux --class gnu --class os {
+	linux /boot/isolinux/vmlinuz console=ttyS0,115200n8 novga
+	initrd /boot/isolinux/instroot
+	}
+
+	menuentry 'Unattended installation (serial console)' --class ipfire --class gnu-linux --class gnu --class os {
+		linux /boot/isolinux/vmlinuz installer.unattended console=ttyS0,115200n8 novga
+		initrd /boot/isolinux/instroot
+	}
+
+	menuentry 'memtest86+ (serial console)' {
+		linux /boot/isolinux/memtest console=ttyS0,115200n8
+	}
+}
+
 submenu 'Tools -->' {
 	menuentry 'memtest86+' {
 		linux /boot/isolinux/memtest
diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index f7835c69f9..6defbfd34d 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 6.6.56 Kernel Configuration
+# Linux/arm64 6.6.58 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0"
 CONFIG_CC_IS_GCC=y
@@ -6474,6 +6474,7 @@ CONFIG_HID_THINGM=m
 CONFIG_HID_ZYDACRON=m
 # CONFIG_HID_SENSOR_HUB is not set
 # CONFIG_HID_ALPS is not set
+# CONFIG_HID_MCP2200 is not set
 # CONFIG_HID_MCP2221 is not set
 # end of Special HID drivers
 
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire
index 1bc62acf56..c65e61b89f 100644
--- a/config/kernel/kernel.config.x86_64-ipfire
+++ b/config/kernel/kernel.config.x86_64-ipfire
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.6.56 Kernel Configuration
+# Linux/x86 6.6.58 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.0"
 CONFIG_CC_IS_GCC=y
@@ -5866,6 +5866,7 @@ CONFIG_HID_ZYDACRON=m
 CONFIG_HID_SENSOR_HUB=m
 # CONFIG_HID_SENSOR_CUSTOM_SENSOR is not set
 # CONFIG_HID_ALPS is not set
+# CONFIG_HID_MCP2200 is not set
 # CONFIG_HID_MCP2221 is not set
 # end of Special HID drivers
 
diff --git a/config/rootfiles/common/aarch64/gdb b/config/rootfiles/common/aarch64/gdb
index 71df578dbf..95e6455418 100644
--- a/config/rootfiles/common/aarch64/gdb
+++ b/config/rootfiles/common/aarch64/gdb
@@ -8,9 +8,8 @@
 #usr/include/sim
 #usr/include/sim/callback.h
 #usr/include/sim/sim.h
-#usr/lib/libaarch64-unknown-linux-gnu-sim.a
 #usr/lib/libinproctrace.so
-#usr/share/gdb
+#usr/lib/libsim.a
 #usr/share/gdb/python
 #usr/share/gdb/python/gdb
 #usr/share/gdb/python/gdb/FrameDecorator.py
@@ -25,6 +24,30 @@
 #usr/share/gdb/python/gdb/command/type_printers.py
 #usr/share/gdb/python/gdb/command/unwinders.py
 #usr/share/gdb/python/gdb/command/xmethods.py
+#usr/share/gdb/python/gdb/dap
+#usr/share/gdb/python/gdb/dap/__init__.py
+#usr/share/gdb/python/gdb/dap/breakpoint.py
+#usr/share/gdb/python/gdb/dap/bt.py
+#usr/share/gdb/python/gdb/dap/disassemble.py
+#usr/share/gdb/python/gdb/dap/evaluate.py
+#usr/share/gdb/python/gdb/dap/events.py
+#usr/share/gdb/python/gdb/dap/frames.py
+#usr/share/gdb/python/gdb/dap/io.py
+#usr/share/gdb/python/gdb/dap/launch.py
+#usr/share/gdb/python/gdb/dap/locations.py
+#usr/share/gdb/python/gdb/dap/memory.py
+#usr/share/gdb/python/gdb/dap/modules.py
+#usr/share/gdb/python/gdb/dap/next.py
+#usr/share/gdb/python/gdb/dap/pause.py
+#usr/share/gdb/python/gdb/dap/scopes.py
+#usr/share/gdb/python/gdb/dap/server.py
+#usr/share/gdb/python/gdb/dap/sources.py
+#usr/share/gdb/python/gdb/dap/startup.py
+#usr/share/gdb/python/gdb/dap/state.py
+#usr/share/gdb/python/gdb/dap/threads.py
+#usr/share/gdb/python/gdb/dap/typecheck.py
+#usr/share/gdb/python/gdb/dap/varref.py
+#usr/share/gdb/python/gdb/disassembler.py
 #usr/share/gdb/python/gdb/frames.py
 #usr/share/gdb/python/gdb/function
 #usr/share/gdb/python/gdb/function/__init__.py
@@ -36,6 +59,7 @@
 #usr/share/gdb/python/gdb/printer/bound_registers.py
 #usr/share/gdb/python/gdb/printing.py
 #usr/share/gdb/python/gdb/prompt.py
+#usr/share/gdb/python/gdb/styling.py
 #usr/share/gdb/python/gdb/types.py
 #usr/share/gdb/python/gdb/unwinder.py
 #usr/share/gdb/python/gdb/xmethod.py
@@ -69,6 +93,7 @@
 #usr/share/info/gdb.info-6
 #usr/share/info/gdb.info-7
 #usr/share/info/gdb.info-8
+#usr/share/info/gdb.info-9
 #usr/share/info/stabs.info
 #usr/share/man/man1/gcore.1
 #usr/share/man/man1/gdb-add-index.1
diff --git a/lfs/flash-images b/lfs/flash-images
index 695eb4b6b5..2f3010fc4d 100644
--- a/lfs/flash-images
+++ b/lfs/flash-images
@@ -112,6 +112,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 	kpartx -v -a $(DEVICE)
 
+	# kpartx trigger a automount on some desktop enviroments
+	# this leads in failing zerofree after build and umount the image
+	# with the sleep 1 prevent this because the image has no fs yet.
+	sleep 1
+
 	# Format them
 ifeq "$(PART_TYPE)" "c"
 	mkfs.vfat $(PART_BOOT)
@@ -225,9 +230,6 @@ endif
 	umount $(MNThdd)/boot
 	umount $(MNThdd)
 
-	# sometime zerofree will fail without this
-	sleep 1
-
 	# zerofree the ext4 images to get better compression
 ifneq "$(PART_TYPE)" "c"
 	zerofree $(PART_BOOT)
diff --git a/lfs/linux b/lfs/linux
index 11aafd68ec..62e9519cbc 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
 
 include Config
 
-VER         = 6.6.56
+VER         = 6.6.58
 
 THISAPP    = linux-$(VER)
 DL_FILE    = linux-$(VER).tar.xz
@@ -68,7 +68,7 @@ objects = \
 
 $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = c33477493337b759023dcff084360edcb3b0b53cc9543bd64537a9fdc736cc4d6c17d0b357e7a60141021bd9d1f46caaa997d8be8e75261fad657f4d9f058e12
+$(DL_FILE)_BLAKE2 = f621a4f786ac1f043b70419f6b623075c771eff6765a51130d1ae710b58202988286332be90f3a1849a75f9bc44463a23a1f69b38906d469abaf2075730e646c
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-24  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-24  6:28 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2d4e78dd242d700c0ac4437bd2b5e1ec52f01166 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox