{linux, linux-headers}: bump 5.15.x / 6.{1, 6, 12}.x series

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 079a66f107)
[thomas: don't pick 6.14 bump]
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-05-24 10:01:57 +02:00
committed by Thomas Perale
parent 243add1034
commit dc537f767b
3 changed files with 9 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
default "6.12.28" if BR2_LINUX_KERNEL_LATEST_VERSION
default "6.12.30" 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 \

View File

@@ -1,9 +1,9 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 e8a099182562aecff781de72ce769461e706d97af42d740dff20eb450dd5771e linux-6.12.28.tar.xz
sha256 ff856748671629c1fefef219099e0b4b81131c2d325e768cb0806e204157014e linux-6.6.90.tar.xz
sha256 e319a5bb9049ba9fb8cbc08cba4874716e8985bd10f7971f2573ea802c257911 linux-6.1.138.tar.xz
sha256 df046a48971e40ce0b2e003e7e55b6b1e7da2912120eb216d5d6c8450c9cf82e linux-6.12.30.tar.xz
sha256 1d82a82642d281c31d86f7301bc55e12a8a9f9c04532e249ef8ae6fe7dc237ec linux-6.6.92.tar.xz
sha256 5779f9caca77f7bfe3c3923b4d760041318db0303de93b2d4691d60e4d41eb74 linux-6.1.140.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 b6abfa53315a04e459070b927c58beb41f085433117d58756504d68b67f6a31e linux-5.15.182.tar.xz
sha256 9c3e98c6dcc7dca7c2e9dd51423eaf0581f5e100d0f04c23bc29f21913dac1d9 linux-5.15.184.tar.xz
sha256 1fc82737e0e4f0ae0b40f91a00c68f3cb75362e6ae54623ec64b41a51cde0f25 linux-5.10.237.tar.xz
sha256 34589340c7d76c0de91965e5242f61e9f9f3bacd03e8e34239e5d4660d45372d linux-5.4.293.tar.xz
# Locally computed

View File

@@ -430,10 +430,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
string
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 "5.15.184" if BR2_KERNEL_HEADERS_5_15
default "6.1.140" if BR2_KERNEL_HEADERS_6_1
default "6.6.92" if BR2_KERNEL_HEADERS_6_6
default "6.12.30" 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 \