From ef389cf8961ab15871b175c7b334eab9fed7ee4c Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Tue, 7 May 2024 11:36:39 +0200 Subject: [PATCH] update upstream kernel to 6.6.30 --- buildroot-external/configs/raspmatic_generic-aarch64.config | 2 +- buildroot-external/configs/raspmatic_intelnuc.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 dcb272ef18..c057ff94bf 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.30" 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_intelnuc.config b/buildroot-external/configs/raspmatic_intelnuc.config index 8a181ec5e4..8d47681c4b 100644 --- a/buildroot-external/configs/raspmatic_intelnuc.config +++ b/buildroot-external/configs/raspmatic_intelnuc.config @@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/intelnuc/post-build BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_EQ3_PATH)/board/intelnuc/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.30" 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/intelnuc/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 968d65398b..5a5e97be46 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.30" 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 ace114e5fa..f46bd284ae 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.30" 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 d46d5fa670..1d4dfa8d3a 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.30" 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 474645aae3..bd47e83bf9 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.30" 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 a45f7d08f8..02d90cbd17 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.30" 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 fd3b44da4f..4ebd5d39a8 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 d23f129226ea2006710f2792188ae2374bbf3ca423c23a3ccb30b142964ac9e0 2a7bf5c8a7db22f7fb04af795c23b1fb5a2ac2e3.tar.gz -sha256 7f26f74c08082c86b1daf866e4d49c5d8276cc1906a89d0e367e457ec167cbd0 linux-6.6.29.tar.xz +sha256 b66a5b863b0f8669448b74ca83bd641a856f164b29956e539bbcb5fdeeab9cc6 linux-6.6.30.tar.xz diff --git a/buildroot-external/patches/linux/linux.hash b/buildroot-external/patches/linux/linux.hash index fd3b44da4f..4ebd5d39a8 100644 --- a/buildroot-external/patches/linux/linux.hash +++ b/buildroot-external/patches/linux/linux.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 d23f129226ea2006710f2792188ae2374bbf3ca423c23a3ccb30b142964ac9e0 2a7bf5c8a7db22f7fb04af795c23b1fb5a2ac2e3.tar.gz -sha256 7f26f74c08082c86b1daf866e4d49c5d8276cc1906a89d0e367e457ec167cbd0 linux-6.6.29.tar.xz +sha256 b66a5b863b0f8669448b74ca83bd641a856f164b29956e539bbcb5fdeeab9cc6 linux-6.6.30.tar.xz