mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 6.19.x, 6.18.x series
Update the latest kernel releases to: - 6.12.79 -> 6.12.81 - 6.6.130 -> 6.6.134 - 6.1.167 -> 6.1.168 - 6.19.10 -> 6.19.12 - 6.18.20 -> 6.18.22 Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
7cd8b4791d
commit
d86dc1a48e
@@ -141,7 +141,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "6.19.10" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "6.19.12" 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,7 +1,7 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 4bfa751f33de2a5d7ecb4ff964743a027fc726a2225a76a18f92f0582aa0790b linux-6.12.79.tar.xz
|
||||
sha256 2460aa67b9494cff6f9fc2b235470867d2005469d40f29da452e8ee82940248d linux-6.6.130.tar.xz
|
||||
sha256 2818053c07976ba4ed5f44deb0f5dc7ae7b0975d7918c313d48d8fe7c4e598cb linux-6.1.167.tar.xz
|
||||
sha256 c2b09c3643946a7097c5371e1dcb123c66505ea30fafd0b0a22dc1d5f0228847 linux-6.12.81.tar.xz
|
||||
sha256 6378697b36376bf4e727a47402fee340ca4e3b146d5b407d3753cbff300f37bf linux-6.6.134.tar.xz
|
||||
sha256 e0856fe51e444986425886533ebb91d8540189e80c3f0365c76e4beb7439776e linux-6.1.168.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 0bc1bdf74957e276793691865ffb71505809706d9243a42e9704aad0f128cdd4 linux-5.15.202.tar.xz
|
||||
sha256 34b3fbe2c9eeb767fc7eea4b9516e0dd44b79401ceb13e41713096b8eb270afb linux-5.10.252.tar.xz
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 466d441a0ea5e04b7023618b7b201bfd60effab225f806fd41ce663484395a1c linux-6.19.10.tar.xz
|
||||
sha256 837a5abd98e46078a0ae1400e2daad89ece45cc3209037b09c2265dab2393553 linux-6.18.20.tar.xz
|
||||
sha256 ce5c4f1205f9729286b569b037649591555f31ca1e03cc504bd3b70b8e58a8d5 linux-6.19.12.tar.xz
|
||||
sha256 a23c92faf3657385c2c6b5f4edd8f81b808907ebe603fa30699eae224da55f59 linux-6.18.22.tar.xz
|
||||
|
||||
# Licenses hashes
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
|
||||
@@ -466,11 +466,11 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.10.252" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.202" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.167" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.130" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.79" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.20" if BR2_KERNEL_HEADERS_6_18
|
||||
default "6.19.10" if BR2_KERNEL_HEADERS_6_19
|
||||
default "6.1.168" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.134" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.81" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.22" if BR2_KERNEL_HEADERS_6_18
|
||||
default "6.19.12" if BR2_KERNEL_HEADERS_6_19
|
||||
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