[Buildroot] [git commit branch/2024.02.x] {linux, linux-headers}: bump 6.6.x series
Arnout Vandecappelle
arnout at rnout.be
Fri Apr 11 10:40:27 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=c4670e879e9a83057b2f6c6b7355b8e8c6228c40
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.02.x
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit 7491f5fabcf7b8192cd689c352eccc04e5c72188)
[Thomas: don't update 6.{12,13}.x, not in 2024.02.x]
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
linux/Config.in | 2 +-
linux/linux.hash | 2 +-
package/linux-headers/Config.in.host | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 06c137caf3..d88a41e636 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "6.6.83" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.6.84" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index 1a11a00fea..4eff42b60b 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,5 +1,5 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 894bbbe63b7484a0bc576a1e11a8dbc090fbd476d6424431bdc8435e03c2c208 linux-6.6.83.tar.xz
+sha256 7fd20721551a61db347c5ac6ca05818e24058682be4e4389dc51e88d4ac17ba7 linux-6.6.84.tar.xz
sha256 44caf510603b4cbbe78ef828620099d200536d666e909ddb73bb2938c7de5b16 linux-6.1.131.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 9319a47b1e9b5d344ff6015431856d0c9640e4faedc527c87f9129061a27136f linux-5.15.179.tar.xz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 2de97896da..ae2c9f9c5a 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -408,7 +408,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.10.235" if BR2_KERNEL_HEADERS_5_10
default "5.15.179" if BR2_KERNEL_HEADERS_5_15
default "6.1.131" if BR2_KERNEL_HEADERS_6_1
- default "6.6.83" if BR2_KERNEL_HEADERS_6_6
+ default "6.6.84" if BR2_KERNEL_HEADERS_6_6
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
More information about the buildroot
mailing list