{toolchain, linux-headers}: add support for 6.0 headers
And add (and default to) 6.0 to linux-headers. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -575,6 +575,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19
|
||||
select BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
|
||||
# This should be selected by the latest version, above, to indicate that
|
||||
@@ -588,6 +592,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
# stops affecting a value on the first matching default.
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
||||
string
|
||||
default "6.0" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0
|
||||
default "5.19" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19
|
||||
default "5.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18
|
||||
default "5.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
||||
|
||||
Reference in New Issue
Block a user