[Buildroot] [git commit branch/2025.02.x] {linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series
Thomas Perale
thomas.perale at mind.be
Thu May 15 15:06:11 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=9c435793aac03fa1b1be0399835541d222c55525
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.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 176c61266e6cce1e7039d67c5d848fde534312f1)
[tperale: Dropped linux 6.13]
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
linux/Config.in | 2 +-
linux/linux.hash | 12 ++++++------
package/linux-headers/Config.in.host | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 8ce0a520fa..822bed8b31 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -137,7 +137,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
- default "6.12.20" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "6.12.28" 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 8b7f0f09aa..4bb0e27c90 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,11 +1,11 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256 230e89b07b0ab82e74f07ecc1bee3105dca81d0ef4a97f900929c407249b6ac7 linux-6.12.20.tar.xz
-sha256 7fd20721551a61db347c5ac6ca05818e24058682be4e4389dc51e88d4ac17ba7 linux-6.6.84.tar.xz
-sha256 44caf510603b4cbbe78ef828620099d200536d666e909ddb73bb2938c7de5b16 linux-6.1.131.tar.xz
+sha256 e8a099182562aecff781de72ce769461e706d97af42d740dff20eb450dd5771e linux-6.12.28.tar.xz
+sha256 ff856748671629c1fefef219099e0b4b81131c2d325e768cb0806e204157014e linux-6.6.90.tar.xz
+sha256 e319a5bb9049ba9fb8cbc08cba4874716e8985bd10f7971f2573ea802c257911 linux-6.1.138.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 9319a47b1e9b5d344ff6015431856d0c9640e4faedc527c87f9129061a27136f linux-5.15.179.tar.xz
-sha256 953be3931101a94a93a644c1283ca41a7e567447ca87d3069ed4dd712dc1f1cc linux-5.10.235.tar.xz
-sha256 b3ad64a4476a7c5450b92eab9a888b84ecb64dc613fcb0128f653f58e958ef6e linux-5.4.291.tar.xz
+sha256 b6abfa53315a04e459070b927c58beb41f085433117d58756504d68b67f6a31e linux-5.15.182.tar.xz
+sha256 1fc82737e0e4f0ae0b40f91a00c68f3cb75362e6ae54623ec64b41a51cde0f25 linux-5.10.237.tar.xz
+sha256 34589340c7d76c0de91965e5242f61e9f9f3bacd03e8e34239e5d4660d45372d linux-5.4.293.tar.xz
# Locally computed
sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.tar.gz
sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-rt10.tar.gz
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 9de1fdfa71..b05ca6facd 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -428,12 +428,12 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "5.4.291" if BR2_KERNEL_HEADERS_5_4
- 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.84" if BR2_KERNEL_HEADERS_6_6
- default "6.12.20" if BR2_KERNEL_HEADERS_6_12
+ default "5.4.293" if BR2_KERNEL_HEADERS_5_4
+ default "5.10.237" if BR2_KERNEL_HEADERS_5_10
+ default "5.15.182" if BR2_KERNEL_HEADERS_5_15
+ default "6.1.138" if BR2_KERNEL_HEADERS_6_1
+ default "6.6.90" if BR2_KERNEL_HEADERS_6_6
+ default "6.12.28" if BR2_KERNEL_HEADERS_6_12
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