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

Update the latest kernel releases to:
 - 6.12.53 -> 6.12.54
 - 6.6.112 -> 6.6.113
 - 6.1.156 -> 6.1.157
 - 5.15.194 -> 5.15.195

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Titouan Christophe
2025-10-20 16:37:48 +02:00
committed by Arnout Vandecappelle
parent 34fdb0e4cd
commit 951bac1e8f
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.53" if BR2_LINUX_KERNEL_LATEST_VERSION
default "6.12.54" 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 663507accae673afcf4e210b4ae8d4352e61d926202e5da3f04bf71ca1d2c0b5 linux-6.12.53.tar.xz
sha256 6c7d92bf316a56e91de41cb60da1f63d94a4f8aafaef6a13055df0c291138a22 linux-6.6.112.tar.xz
sha256 d4bb148b204e5aed38690489736961cdaf925fe7b35cf1f56c47ad7a09a0228e linux-6.1.156.tar.xz
sha256 1b0dcd3390efeec44e528748609bafcf36eae895bb68c8f62ac5e5940943de62 linux-6.12.54.tar.xz
sha256 1f95cfd2e461d192dd9c6130e47aefc9856529a74ace4191ad8e56ba1849c41e linux-6.6.113.tar.xz
sha256 a0a184e10221afcce4e87fcbec6af2ae9f63f64ad1985aa61e80c9596696f66e linux-6.1.157.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 348d6faada05fd4684450cd7c4e666c3c98cdb96f2309b1520c9a92a378c267e linux-5.15.194.tar.xz
sha256 23d080dc32f99d3939c3d1bd65a68ed85b8f934f92cc1841a63f898dcdb9a441 linux-5.15.195.tar.xz
sha256 131e75eb14da6fd683b3882bcd856085cfca47cc1aa89cd2deb1b48d22d29d9f linux-5.10.245.tar.xz
sha256 9949210093ca924d7b41162bb4772becd3f28ff726a09d061558929690a1815a linux-5.4.300.tar.xz
# Locally computed

View File

@@ -430,10 +430,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
string
default "5.4.300" if BR2_KERNEL_HEADERS_5_4
default "5.10.245" if BR2_KERNEL_HEADERS_5_10
default "5.15.194" if BR2_KERNEL_HEADERS_5_15
default "6.1.156" if BR2_KERNEL_HEADERS_6_1
default "6.6.112" if BR2_KERNEL_HEADERS_6_6
default "6.12.53" if BR2_KERNEL_HEADERS_6_12
default "5.15.195" if BR2_KERNEL_HEADERS_5_15
default "6.1.157" if BR2_KERNEL_HEADERS_6_1
default "6.6.113" if BR2_KERNEL_HEADERS_6_6
default "6.12.54" 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 \