{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12, 14}.x series
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
b674736ae2
commit
34b847933e
@@ -137,7 +137,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "6.14.8" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "6.14.10" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
||||
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
|
||||
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 62b12ecd3075a357eb320935657de84e01552803717dad383fa7cc3aa4aa2905 linux-6.14.8.tar.xz
|
||||
sha256 df046a48971e40ce0b2e003e7e55b6b1e7da2912120eb216d5d6c8450c9cf82e linux-6.12.30.tar.xz
|
||||
sha256 1d82a82642d281c31d86f7301bc55e12a8a9f9c04532e249ef8ae6fe7dc237ec linux-6.6.92.tar.xz
|
||||
sha256 5779f9caca77f7bfe3c3923b4d760041318db0303de93b2d4691d60e4d41eb74 linux-6.1.140.tar.xz
|
||||
sha256 de8b97cfeae74c22f832ee4ca2333c157cc978d98baa122f0ee9c01796a2fe43 linux-6.14.10.tar.xz
|
||||
sha256 a9b020721778384507010177d3929e7d4058f7f6120f05a99d56b5c5c0346a70 linux-6.12.32.tar.xz
|
||||
sha256 0d79ff359635e9f009f1e330deed5f3aefd8c452b80660bffdc504b877797719 linux-6.6.93.tar.xz
|
||||
sha256 bc3c45faf6f5f0450666c75fa9dad9bc7c0cf7c7cba0dbd94e5cfdc58229c116 linux-6.1.141.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 9c3e98c6dcc7dca7c2e9dd51423eaf0581f5e100d0f04c23bc29f21913dac1d9 linux-5.15.184.tar.xz
|
||||
sha256 1fc82737e0e4f0ae0b40f91a00c68f3cb75362e6ae54623ec64b41a51cde0f25 linux-5.10.237.tar.xz
|
||||
sha256 34589340c7d76c0de91965e5242f61e9f9f3bacd03e8e34239e5d4660d45372d linux-5.4.293.tar.xz
|
||||
sha256 3d03eb798910f32929f7fda5a56e4bb1a121f10bde320d6f3063639c009313dc linux-5.15.185.tar.xz
|
||||
sha256 07c852940dc2dc03fe84f7fcf697648d7cba11c62d20504380492ba07aa46bb6 linux-5.10.238.tar.xz
|
||||
sha256 c879d0ba817aaa0fde318d58d7e1f141d9c29bd8569a96b73159ebc448077b99 linux-5.4.294.tar.xz
|
||||
# Locally computed
|
||||
sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.tar.gz
|
||||
sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-rt10.tar.gz
|
||||
|
||||
@@ -440,13 +440,13 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.4.293" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.237" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.184" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.140" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.92" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.30" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.14.8" if BR2_KERNEL_HEADERS_6_14
|
||||
default "5.4.294" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.238" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.185" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.141" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.93" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.32" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.14.10" if BR2_KERNEL_HEADERS_6_14
|
||||
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