mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
{linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6, 12, 18}.x / 7.0.x series
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
bd633fe5b4
commit
ccf15ef72b
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "7.0.10" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "7.0.11" 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 0ff2ab9e169f9f1948557471fbb450d3018f8c5b77caf288e1a3982582597969 linux-6.12.91.tar.xz
|
||||
sha256 3bc2652eb62ab90a90a8b0aa156b91d276f92eb84702971df62fe1a3f1eb7fe1 linux-6.6.141.tar.xz
|
||||
sha256 ed88346df623ae9150d11b5feb16ddb52c25aef563bb7803ab160bb4493fe06e linux-6.1.174.tar.xz
|
||||
sha256 0fe376b7db3cac4456b38291bee4faa7091cb8befaa6f9870314f5d1282f9e3e linux-6.12.92.tar.xz
|
||||
sha256 b2f6607a75cd27b2e368cf2d25e1637e1e0da9dfed4cda536658879eee6f2b70 linux-6.6.142.tar.xz
|
||||
sha256 37e984a9e449eb15023b3063c3fd6f64fdd1d83af5bb6a944cd7244f40beca85 linux-6.1.175.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 346d77c7eac2cd8d719a2530b4f858bf99bc956b25f80995fd214f8aef821eb4 linux-5.15.209.tar.xz
|
||||
sha256 9e7ccb1efc5796e6f8398b778a8b25f7e227e7c54ef5caf6377b8c37d66fb4e5 linux-5.10.258.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 094977eb62c20e3d1939fe81a92958a1f987f339446e532fa86963b2804e32dc linux-7.0.10.tar.xz
|
||||
sha256 e56c8356dda01136a6041c6ef832bd0ec99bd2d35dff97832aa5ec10ed014304 linux-7.0.11.tar.xz
|
||||
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 6f16ff302599f6fe34742890322cf0775703105fbd8767449682fca6af0fb782 linux-6.18.33.tar.xz
|
||||
sha256 640c4732fb42842166db97e032c1fe7e5ff72c85a8982c75b40f74be3555d760 linux-6.18.34.tar.xz
|
||||
|
||||
# Licenses hashes
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
|
||||
@@ -468,13 +468,13 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
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 "6.18.33" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.0.10" if BR2_KERNEL_HEADERS_7_0
|
||||
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 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