mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
{toolchain, linux-headers}: add support for 6.16 headers
And add (and default to) 6.16 to linux-headers. 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
d08c30697b
commit
d9a1352e7d
@@ -657,6 +657,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_14
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_15
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_14
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_16
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_15
|
||||
select BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
|
||||
# This should be selected by the latest version, above, to indicate that
|
||||
@@ -670,6 +674,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
# stops affecting a value on the first matching default.
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
||||
string
|
||||
default "6.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_16
|
||||
default "6.15" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_15
|
||||
default "6.14" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_14
|
||||
default "6.13" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_13
|
||||
|
||||
@@ -173,8 +173,12 @@ choice
|
||||
If your toolchain uses headers newer than the latest version
|
||||
in the choice, then select the latest version.
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_16
|
||||
bool "6.16.x or later"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_16
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_15
|
||||
bool "6.15.x or later"
|
||||
bool "6.15.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_15
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_14
|
||||
|
||||
Reference in New Issue
Block a user