From e4bb2ada9dc864aeabcd56b8cfec52a85c0d5547 Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Mon, 23 Sep 2024 20:16:53 +0200 Subject: [PATCH] bump upstream kernel to 6.6.52 --- buildroot-external/configs/raspmatic_generic-aarch64.config | 2 +- buildroot-external/configs/raspmatic_generic-x86_64.config | 2 +- buildroot-external/configs/raspmatic_odroid-c2.config | 2 +- buildroot-external/configs/raspmatic_odroid-c4.config | 2 +- buildroot-external/configs/raspmatic_odroid-n2.config | 2 +- buildroot-external/configs/raspmatic_ova.config | 2 +- buildroot-external/configs/raspmatic_tinkerboard.config | 2 +- buildroot-external/patches/linux-headers/linux-headers.hash | 2 +- buildroot-external/patches/linux/linux.hash | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/buildroot-external/configs/raspmatic_generic-aarch64.config b/buildroot-external/configs/raspmatic_generic-aarch64.config index 368d8d7e4a..0f87d15f9b 100644 --- a/buildroot-external/configs/raspmatic_generic-aarch64.config +++ b/buildroot-external/configs/raspmatic_generic-aarch64.config @@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/generic-aarch64/pos BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/generic-aarch64/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/global.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/device-support.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/security-arm64.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/security.config $(BR2_EXTERNAL_EQ3_PATH)/board/generic-aarch64/kernel.config" BR2_LINUX_KERNEL_LZ4=y diff --git a/buildroot-external/configs/raspmatic_generic-x86_64.config b/buildroot-external/configs/raspmatic_generic-x86_64.config index d5f2bb2e58..d44daefbb7 100644 --- a/buildroot-external/configs/raspmatic_generic-x86_64.config +++ b/buildroot-external/configs/raspmatic_generic-x86_64.config @@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/generic-x86_64/post BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/generic-x86_64/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_DEFCONFIG="x86_64" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/global.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/device-support.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/device-support-pci.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/security-x86_64.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/security.config $(BR2_EXTERNAL_EQ3_PATH)/board/generic-x86_64/kernel.config" BR2_LINUX_KERNEL_LZ4=y diff --git a/buildroot-external/configs/raspmatic_odroid-c2.config b/buildroot-external/configs/raspmatic_odroid-c2.config index 5e9893515e..895cf133c6 100644 --- a/buildroot-external/configs/raspmatic_odroid-c2.config +++ b/buildroot-external/configs/raspmatic_odroid-c2.config @@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c2/post-buil BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c2/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c2/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c2/kernel_defconfig" diff --git a/buildroot-external/configs/raspmatic_odroid-c4.config b/buildroot-external/configs/raspmatic_odroid-c4.config index 689fbc76a8..c5fa0dd8a3 100644 --- a/buildroot-external/configs/raspmatic_odroid-c4.config +++ b/buildroot-external/configs/raspmatic_odroid-c4.config @@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c4/post-buil BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c4/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c4/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-c4/kernel_defconfig" diff --git a/buildroot-external/configs/raspmatic_odroid-n2.config b/buildroot-external/configs/raspmatic_odroid-n2.config index 23aa0eb89e..442207bde2 100644 --- a/buildroot-external/configs/raspmatic_odroid-n2.config +++ b/buildroot-external/configs/raspmatic_odroid-n2.config @@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-n2/post-buil BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-n2/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-n2/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/odroid-n2/kernel_defconfig" diff --git a/buildroot-external/configs/raspmatic_ova.config b/buildroot-external/configs/raspmatic_ova.config index f2d1baa441..48074147a7 100644 --- a/buildroot-external/configs/raspmatic_ova.config +++ b/buildroot-external/configs/raspmatic_ova.config @@ -7,7 +7,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/ova/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/ova/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/ova/kernel-patches" BR2_LINUX_KERNEL_DEFCONFIG="x86_64" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/global.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/device-support.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/device-support-pci.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/security-x86_64.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/6.6/security.config $(BR2_EXTERNAL_EQ3_PATH)/board/ova/kernel.config" diff --git a/buildroot-external/configs/raspmatic_tinkerboard.config b/buildroot-external/configs/raspmatic_tinkerboard.config index dc0c2af629..23b91df873 100644 --- a/buildroot-external/configs/raspmatic_tinkerboard.config +++ b/buildroot-external/configs/raspmatic_tinkerboard.config @@ -8,7 +8,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard/post-bu BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard/kernel-patches" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard/kernel_defconfig" diff --git a/buildroot-external/patches/linux-headers/linux-headers.hash b/buildroot-external/patches/linux-headers/linux-headers.hash index 557bc47fcf..b4df8d0c73 100644 --- a/buildroot-external/patches/linux-headers/linux-headers.hash +++ b/buildroot-external/patches/linux-headers/linux-headers.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 05ac851ea9b720ba44c66eb88cdcb7cbd280401b1dd1fab3391a3883e4719197 stable_20240529.tar.gz -sha256 1c0c9a14650879c4913efdbac428ba31a540c3d987155ddf34d33e11eca008b3 linux-6.6.51.tar.xz +sha256 1591ab348399d4aa53121158525056a69c8cf0fe0e90935b0095e9a58e37b4b8 linux-6.6.52.tar.xz diff --git a/buildroot-external/patches/linux/linux.hash b/buildroot-external/patches/linux/linux.hash index 557bc47fcf..b4df8d0c73 100644 --- a/buildroot-external/patches/linux/linux.hash +++ b/buildroot-external/patches/linux/linux.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 05ac851ea9b720ba44c66eb88cdcb7cbd280401b1dd1fab3391a3883e4719197 stable_20240529.tar.gz -sha256 1c0c9a14650879c4913efdbac428ba31a540c3d987155ddf34d33e11eca008b3 linux-6.6.51.tar.xz +sha256 1591ab348399d4aa53121158525056a69c8cf0fe0e90935b0095e9a58e37b4b8 linux-6.6.52.tar.xz