mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 21:33:39 -09:00
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12} series
Update the latest kernel releases:
- 5.10.257 -> 5.10.262
- 5.15.208 -> 5.15.213
- 6.1.174 -> 6.1.180
- 6.6.141 -> 6.6.148
- 6.12.91 -> 6.12.101
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.91" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "6.12.101" 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 0ff2ab9e169f9f1948557471fbb450d3018f8c5b77caf288e1a3982582597969 linux-6.12.91.tar.xz
|
||||
sha256 3bc2652eb62ab90a90a8b0aa156b91d276f92eb84702971df62fe1a3f1eb7fe1 linux-6.6.141.tar.xz
|
||||
sha256 ed88346df623ae9150d11b5feb16ddb52c25aef563bb7803ab160bb4493fe06e linux-6.1.174.tar.xz
|
||||
sha256 0d21cd11933f49f7151b7c9dbb8cc3fddc8c8abe506434b850feecf41fc28a76 linux-6.12.101.tar.xz
|
||||
sha256 b674994b5760eb1c493711cfdc3aefb97583dfe04bb7977b4c8e7aae0710f75e linux-6.6.148.tar.xz
|
||||
sha256 4f0e601759b55cfc4d0bf4990859b93bc74fb915cde532284f0765b77ca0f86a linux-6.1.180.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 b53d7036e327a627595f42349cb5c9d55b4db8262ab473e08274bd8d3028b172 linux-5.15.208.tar.xz
|
||||
sha256 08b1fde1b563d7f5b0f429b283105b8a0e255463590e50fdce0abbc07a66f0d1 linux-5.10.257.tar.xz
|
||||
sha256 c4721b4b8535f3e418ee579c70645fbfd5ddfba4943c31b919e8c9522371e1d8 linux-5.15.213.tar.xz
|
||||
sha256 fae7da8a9b97e5386f0a3dc3c5c8a88be17fcf2d0792a58a5a0c5b4f5775b483 linux-5.10.262.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.257" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.208" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.174" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.141" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.91" if BR2_KERNEL_HEADERS_6_12
|
||||
default "5.10.262" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.213" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.180" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.148" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.101" 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