mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 7.1.x, 6.18.x series
Update the latest kernel releases to: - 7.1.9 -> 7.1.10 - 6.18.45 -> 6.18.46 - 6.12.104 -> 6.12.105 - 6.6.152 -> 6.6.153 - 6.1.183 -> 6.1.184 - 5.15.216 -> 5.15.217 - 5.10.265 -> 5.10.266 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8e336d3845
commit
f4efa90c5f
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "7.1.9" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "7.1.10" 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 949d166a1263bd0cf0c5aab44eeb57869615099e7c48bf88d0e4adb77379b999 linux-6.12.104.tar.xz
|
||||
sha256 778b058c63da849d0b74006b23509255b2bed57c62a5151e9dd7a62e2cdd70d6 linux-6.6.152.tar.xz
|
||||
sha256 362d07fe4938c415ce651aefee063a5c4151109b39c97be039bbaa8312ffc0e2 linux-6.1.183.tar.xz
|
||||
sha256 eb36801e119529b13513c3459dc20e2a32f7053629f3aabb63ea501a4d88f63d linux-6.12.105.tar.xz
|
||||
sha256 39bc77068923520dee396766361e3728a22cf3e69eff389f494285bf91c99557 linux-6.6.153.tar.xz
|
||||
sha256 960976085b6054856fa0befeac42810169b9adc15f02ab6a9caeb24dbb6f4cb9 linux-6.1.184.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 09affb2005aea3f44eec3f3eab4c1944e00707355ea7ca7fa2ba6b34a82605ed linux-5.15.216.tar.xz
|
||||
sha256 d10cb9169e49da3d5f7154a01e450012486565fa9442e23d660b0581a3f92645 linux-5.10.265.tar.xz
|
||||
sha256 e320fd344fbde45a5d94e345df93c10eeb8beb7cf2aae7a378a50d99b673a5e5 linux-5.15.217.tar.xz
|
||||
sha256 940ea3be9390a46f7070798acbe613e0f047307a0f25d8fd227af8599df23afe linux-5.10.266.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 3271a4ae3897b38352980f2b0975bae61bca81c644d186221c5ae928bcc072b0 linux-7.1.9.tar.xz
|
||||
sha256 67d2f4697a02f3bec98e744b1bdc307e920c24bb4e88b5ee97dc9a34e9aa9999 linux-7.1.10.tar.xz
|
||||
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 30fa4a56579ca614ac125a12614f7f6466f87ab1278aef7b951dd74156deab33 linux-6.18.45.tar.xz
|
||||
sha256 f5d44b93808b02cc2969c5404ba081d97523719c9fd2ba2de6db318b4141cca0 linux-6.18.46.tar.xz
|
||||
|
||||
# Licenses hashes
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
|
||||
@@ -472,13 +472,13 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.10.265" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.216" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.183" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.152" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.104" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.45" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.1.9" if BR2_KERNEL_HEADERS_7_1
|
||||
default "5.10.266" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.217" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.184" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.153" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.105" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.46" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.1.10" if BR2_KERNEL_HEADERS_7_1
|
||||
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