mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12} series
Update the latest kernel releases:
- 5.10.268 -> 5.10.269
- 5.15.219 -> 5.15.220
- 6.1.186 -> 6.1.187
- 6.6.155 -> 6.6.156
- 6.12.107 -> 6.12.109
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
@@ -139,7 +139,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "6.12.107" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "6.12.109" 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 \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 a5f8c5be3fde2d6d9ca14e9631642cf1f44487143f11059da730dcd5892e307a linux-6.12.107.tar.xz
|
||||
sha256 4e67a9263f2c19b070112109c9a282ee8e8ea49f1641e41faa5cca2c41654982 linux-6.6.155.tar.xz
|
||||
sha256 eeedc32bbf2448205aff50ee2760a4d87172cf8f8279c1e5930069ad36f6236e linux-6.1.186.tar.xz
|
||||
sha256 5484e552a334e15019f4aeba89e5b58f04651cf2f4e24e04de9f152f1c38e3fa linux-6.12.109.tar.xz
|
||||
sha256 aee2264a4eaf4a14344b47a0469bd42e8b4885b24f110b724262b3da956f411d linux-6.6.156.tar.xz
|
||||
sha256 1b6e798aeaa708ca670a426ad5a6c86dc2237b8e59e8822876976c383873642b linux-6.1.187.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 d04a4f798cc26f81170b5ecb27a3d8c8b4838f3aaf2a431b577043e2ead05ca4 linux-5.15.219.tar.xz
|
||||
sha256 7b164daadbc3743e61946631a924eb234d5136d7923dd4f3b40a18b91e52263a linux-5.10.268.tar.xz
|
||||
sha256 b5b2992505120ac864cd9ccf7cc44541684df46c5a0b09ccdec93fb7f9aa6723 linux-5.15.220.tar.xz
|
||||
sha256 9c5a168119406674ff3bcf366a3a235206eecfa7b79f04629b31a7cc678cc6e9 linux-5.10.269.tar.xz
|
||||
sha256 ae6a3207f12aa4d6cfb0fa793ec9da4a6fcdfdcb57d869d63d6b77e3a8c1423d linux-5.4.302.tar.xz
|
||||
# Locally computed
|
||||
sha256 93408e0c5d70ff0ab63dcf9edec6fda2b8524281d611a88e56590436bda43914 linux-cip-5.10.246-cip66.tar.gz
|
||||
|
||||
@@ -429,11 +429,11 @@ endchoice
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.4.302" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.268" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.219" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.186" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.155" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.107" if BR2_KERNEL_HEADERS_6_12
|
||||
default "5.10.269" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.220" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.187" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.156" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.109" 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 \
|
||||
|
||||
Reference in New Issue
Block a user