Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] toolchain: add necessary options to support 5.0 kernel headers
@ 2019-04-01 12:30 Shyam Saini
  2019-04-01 12:30 ` [Buildroot] [PATCH 2/3] package/linux-headers: add support for Linux " Shyam Saini
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shyam Saini @ 2019-04-01 12:30 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
---
 toolchain/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/toolchain/Config.in b/toolchain/Config.in
index bcbc3cf984..ebd908f254 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -397,10 +397,15 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
 	bool
 	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
 
+config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
+	bool
+	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
+
 # This order guarantees that the highest version is set, as kconfig
 # stops affecting a value on the first matching default.
 config BR2_TOOLCHAIN_HEADERS_AT_LEAST
 	string
+	default "5.0" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
 	default "4.20" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
 	default "4.19" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
 	default "4.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-01 13:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01 12:30 [Buildroot] [PATCH 1/3] toolchain: add necessary options to support 5.0 kernel headers Shyam Saini
2019-04-01 12:30 ` [Buildroot] [PATCH 2/3] package/linux-headers: add support for Linux " Shyam Saini
2019-04-01 12:30 ` [Buildroot] [PATCH 3/3] toolchain: toolchain-external : support " Shyam Saini
2019-04-01 13:02 ` [Buildroot] [PATCH 1/3] toolchain: add necessary options to support " Thomas Petazzoni
2019-04-01 13:58   ` Shyam Saini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox