{linux, linux-headers}: add version 5.6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Peter: move .. or later text to 5.6] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
cce8ed1b98
commit
d1f002c42e
@@ -472,6 +472,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_6
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
|
||||
select BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
|
||||
# This should be selected by the latest version, above, to indicate that
|
||||
@@ -485,6 +489,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
# stops affecting a value on the first matching default.
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
||||
string
|
||||
default "5.6" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_6
|
||||
default "5.5" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
|
||||
default "5.4" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
||||
default "5.3" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
|
||||
|
||||
@@ -115,8 +115,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_5_6
|
||||
bool "5.6.x or later"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_6
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_5
|
||||
bool "5.5.x or later"
|
||||
bool "5.5.x"
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_4
|
||||
|
||||
Reference in New Issue
Block a user