mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
{linux, linux-headers}: bump 6.18.x, 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x series
Update the latest kernel releases to: - 6.18.5 -> 6.18.12 - 6.12.65 -> 6.12.73 - 6.6.120 -> 6.6.126 - 6.1.160 -> 6.1.163 - 5.15.197 -> 5.15.200 - 5.10.247 -> 5.10.250 Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
@@ -141,7 +141,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "6.18.5" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "6.18.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,12 +1,12 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 189d1f409cef8d0d234210e04595172df392f8cb297e14b447ed95720e2fd940 linux-6.18.5.tar.xz
|
||||
sha256 e003294ad4c2c2ac5bb77fbb8259511134f51d987b3212516832dc4b0c83f1ea linux-6.18.12.tar.xz
|
||||
sha256 116802dc3ad1646163cc6ffe9bddba24a8069b569135ec0523cd799064f2edb9 linux-6.17.13.tar.xz
|
||||
sha256 54e852667af35c0ed06cfc81311e65fa7f5f798a3bfcf78a559d3b4785a139c1 linux-6.12.65.tar.xz
|
||||
sha256 405c332d59eedc4fd78863ff07a06c040dfeef651e58f022910a5ac953e4dc21 linux-6.6.120.tar.xz
|
||||
sha256 0e8546a8437558be17ef5a87142055347bf2e7e9863ee58bb3996cbf0fd28496 linux-6.1.160.tar.xz
|
||||
sha256 4059d394cbf8e9548df36d37e0b8a80c4409ac4e14ecc5019a72a770ef7b41ba linux-6.12.73.tar.xz
|
||||
sha256 16742f4e78abfec8cc9205fb3cf79d63c7e819c33bfc691402683402c350ee2f linux-6.6.126.tar.xz
|
||||
sha256 fd2d033321bd15e0ad5669208b6e43f3f93ccecb059a512ca6b913ca940c38ea linux-6.1.163.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 fd218df8e2107a4443b6c29fef7f95aad167031e0fbdbc7a858ae8471360668a linux-5.15.197.tar.xz
|
||||
sha256 70c8b87ba1fcd8bfa663661934dc9bda92d0b5f3c0fc3197bb56399f69d9fe0c linux-5.10.247.tar.xz
|
||||
sha256 fce4b1c86688880932ba8f755880cbf390a89453464bfd90b9a1b01a121c2998 linux-5.15.200.tar.xz
|
||||
sha256 47754da223a9f264b917be5d575a4dae03fc8777aa9e1b00473e973ee997d529 linux-5.10.250.tar.xz
|
||||
# Locally computed
|
||||
sha256 93408e0c5d70ff0ab63dcf9edec6fda2b8524281d611a88e56590436bda43914 linux-cip-5.10.246-cip66.tar.gz
|
||||
sha256 b3454708b98016f02604433e41060be2c1feb595c2bddeb25292596f047f0915 linux-cip-5.10.246-cip66-rt29.tar.gz
|
||||
|
||||
@@ -460,13 +460,13 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.10.247" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.197" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.160" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.120" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.65" if BR2_KERNEL_HEADERS_6_12
|
||||
default "5.10.250" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.200" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.163" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.126" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.73" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.17.13" if BR2_KERNEL_HEADERS_6_17
|
||||
default "6.18.5" if BR2_KERNEL_HEADERS_6_18
|
||||
default "6.18.12" if BR2_KERNEL_HEADERS_6_18
|
||||
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