mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
toolchain: add necessary options to support 4.20 kernel headers
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
608b3fc885
commit
649883d2c9
@ -370,10 +370,15 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|||||||
bool
|
bool
|
||||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18
|
||||||
|
|
||||||
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
|
||||||
|
bool
|
||||||
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
||||||
|
|
||||||
# This order guarantees that the highest version is set, as kconfig
|
# This order guarantees that the highest version is set, as kconfig
|
||||||
# stops affecting a value on the first matching default.
|
# stops affecting a value on the first matching default.
|
||||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
||||||
string
|
string
|
||||||
|
default "4.20" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
|
||||||
default "4.19" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
default "4.19" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
||||||
default "4.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18
|
default "4.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18
|
||||||
default "4.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_17
|
default "4.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_17
|
||||||
|
Loading…
x
Reference in New Issue
Block a user