mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.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 Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
@@ -137,7 +137,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "6.12.79" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "6.12.81" 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 \
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
# 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
|
||||
|
||||
@@ -431,9 +431,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "5.4.302" if BR2_KERNEL_HEADERS_5_4
|
||||
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.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 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