mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/linux-headers: drop 7.1.x option
The 7.1.x series is now EOL upstream, so drop the linux-headers option and add legacy handling for it. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
7e2c623193
commit
f7e943bf42
@@ -146,6 +146,13 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2026.11"
|
||||
|
||||
config BR2_KERNEL_HEADERS_7_1
|
||||
bool "kernel headers version 7.1.x are no longer supported"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
Version 7.1.x of the Linux kernel headers are no longer
|
||||
maintained upstream and are now removed.
|
||||
|
||||
config BR2_PACKAGE_WESTON_SCREENSHARE
|
||||
bool "weston screenshare option removed"
|
||||
select BR2_LEGACY
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
|
||||
sha256 8ba259e8e7b13ec6ef0941c8a39ad90b24bd4a4d6c0010ba6bafb794550ecd03 linux-7.2.3.tar.xz
|
||||
sha256 614d95fafdcb5cce2b6620e7edc6afbb606bffd4655405586815d84687841ad7 linux-7.1.13.tar.xz
|
||||
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 ae826f33111fea6f1d279dde7299d7463c8dfd204aeb75a8fb5432bc60a28191 linux-6.18.49.tar.xz
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../linux/from-6.17
|
||||
@@ -52,10 +52,6 @@ config BR2_KERNEL_HEADERS_6_18
|
||||
bool "Linux 6.18.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_18
|
||||
|
||||
config BR2_KERNEL_HEADERS_7_1
|
||||
bool "Linux 7.1.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_1
|
||||
|
||||
config BR2_KERNEL_HEADERS_7_2
|
||||
bool "Linux 7.2.x kernel headers"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_7_2
|
||||
@@ -486,7 +482,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "6.6.156" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.108" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.49" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.1.13" if BR2_KERNEL_HEADERS_7_1
|
||||
default "7.2.3" if BR2_KERNEL_HEADERS_7_2
|
||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
||||
|
||||
Reference in New Issue
Block a user