mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
{linux, linux-headers}: bump 5.{10,15}, 6.{1,6,12,18}, 7.0 series
Update the latest kernel releases:
- 5.10.258 -> 5.10.262
- 5.15.209 -> 5.15.213
- 6.1.175 -> 6.1.180
- 6.6.142 -> 6.6.148
- 6.12.92 -> 6.12.101
- 6.18.34 -> 6.18.42
- 7.0.11 -> 7.0.14
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "7.0.11" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "7.0.14" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
||||
default "5.10.254-cip72-rt32" 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 0fe376b7db3cac4456b38291bee4faa7091cb8befaa6f9870314f5d1282f9e3e linux-6.12.92.tar.xz
|
||||
sha256 b2f6607a75cd27b2e368cf2d25e1637e1e0da9dfed4cda536658879eee6f2b70 linux-6.6.142.tar.xz
|
||||
sha256 37e984a9e449eb15023b3063c3fd6f64fdd1d83af5bb6a944cd7244f40beca85 linux-6.1.175.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 346d77c7eac2cd8d719a2530b4f858bf99bc956b25f80995fd214f8aef821eb4 linux-5.15.209.tar.xz
|
||||
sha256 9e7ccb1efc5796e6f8398b778a8b25f7e227e7c54ef5caf6377b8c37d66fb4e5 linux-5.10.258.tar.xz
|
||||
sha256 c4721b4b8535f3e418ee579c70645fbfd5ddfba4943c31b919e8c9522371e1d8 linux-5.15.213.tar.xz
|
||||
sha256 fae7da8a9b97e5386f0a3dc3c5c8a88be17fcf2d0792a58a5a0c5b4f5775b483 linux-5.10.262.tar.xz
|
||||
# Locally computed
|
||||
sha256 bd5db7fe3b0475cce4fc72db7a7f7df1c22b970aabe5ebff6ddd48098973bdf2 linux-cip-5.10.254-cip72.tar.gz
|
||||
sha256 97d7d5139900c10ff7435779be4857dda531e7cf6abba52c12a5f39aae195411 linux-cip-5.10.254-cip72-rt32.tar.gz
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
|
||||
sha256 e56c8356dda01136a6041c6ef832bd0ec99bd2d35dff97832aa5ec10ed014304 linux-7.0.11.tar.xz
|
||||
sha256 de9999b784d2293f00d39c62d8f92a08ab8a54bc4e80ffd250a0c09cb07a0f98 linux-7.0.14.tar.xz
|
||||
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 640c4732fb42842166db97e032c1fe7e5ff72c85a8982c75b40f74be3555d760 linux-6.18.34.tar.xz
|
||||
sha256 35a8ef5e8fb44467e56a42b40c23c4c10a61d1e95ff8d738f285230e8bed63e7 linux-6.18.42.tar.xz
|
||||
|
||||
# Licenses hashes
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
|
||||
@@ -468,13 +468,13 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.10.258" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.209" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.175" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.142" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.92" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.34" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.0.11" if BR2_KERNEL_HEADERS_7_0
|
||||
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 "6.18.42" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.0.14" if BR2_KERNEL_HEADERS_7_0
|
||||
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