{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series

Update the latest kernel releases to:
 - 6.12.81 -> 6.12.82
 - 6.6.134 -> 6.6.135
 - 6.1.168 -> 6.1.169
 - 5.15.202 -> 5.15.203
 - 5.10.252 -> 5.10.253

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Titouan Christophe
2026-04-20 15:40:42 +02:00
committed by Thomas Perale
parent cb24a5a523
commit 0a698a3b1b
3 changed files with 11 additions and 11 deletions

View File

@@ -137,7 +137,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
default "6.12.81" if BR2_LINUX_KERNEL_LATEST_VERSION
default "6.12.82" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.246-cip66" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.246-cip66-rt29" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \

View File

@@ -2,12 +2,12 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 c2b09c3643946a7097c5371e1dcb123c66505ea30fafd0b0a22dc1d5f0228847 linux-6.12.81.tar.xz
sha256 6378697b36376bf4e727a47402fee340ca4e3b146d5b407d3753cbff300f37bf linux-6.6.134.tar.xz
sha256 e0856fe51e444986425886533ebb91d8540189e80c3f0365c76e4beb7439776e linux-6.1.168.tar.xz
sha256 0e570b05cd73981bb4a5bcf0e03751d4f0e2ac776c6d4fdcc2366bed3e0f19a9 linux-6.12.82.tar.xz
sha256 d3d238ede7169dedb642898af0cb1777e9913171eb1c750eb4d9f82350a7132a linux-6.6.135.tar.xz
sha256 e0cbe674801749075b93008d8854dbf1c8d300805ada0b60f6f907bbb83aef2c linux-6.1.169.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 0bc1bdf74957e276793691865ffb71505809706d9243a42e9704aad0f128cdd4 linux-5.15.202.tar.xz
sha256 34b3fbe2c9eeb767fc7eea4b9516e0dd44b79401ceb13e41713096b8eb270afb linux-5.10.252.tar.xz
sha256 0bebe7d82a57e98792a407109566f1813fde97aaf7f735c1c7e6feebe833dc64 linux-5.15.203.tar.xz
sha256 ec0724928050e8e2f6226fe8bbb206f42a951c0ed2dbb533c5462789f6d75ac8 linux-5.10.253.tar.xz
sha256 ae6a3207f12aa4d6cfb0fa793ec9da4a6fcdfdcb57d869d63d6b77e3a8c1423d linux-5.4.302.tar.xz
# Locally computed
sha256 93408e0c5d70ff0ab63dcf9edec6fda2b8524281d611a88e56590436bda43914 linux-cip-5.10.246-cip66.tar.gz

View File

@@ -429,11 +429,11 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "5.4.302" if BR2_KERNEL_HEADERS_5_4
default "5.10.252" if BR2_KERNEL_HEADERS_5_10
default "5.15.202" if BR2_KERNEL_HEADERS_5_15
default "6.1.168" if BR2_KERNEL_HEADERS_6_1
default "6.6.134" if BR2_KERNEL_HEADERS_6_6
default "6.12.81" if BR2_KERNEL_HEADERS_6_12
default "5.10.253" if BR2_KERNEL_HEADERS_5_10
default "5.15.203" if BR2_KERNEL_HEADERS_5_15
default "6.1.169" if BR2_KERNEL_HEADERS_6_1
default "6.6.135" if BR2_KERNEL_HEADERS_6_6
default "6.12.82" 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 \