[Buildroot] [git commit] linux-headers: mark EOL versions deprecated

Peter Korsgaard peter at korsgaard.com
Mon Jan 11 16:32:26 UTC 2016


commit: http://git.buildroot.net/buildroot/commit/?id=a68224d0846debf538501a6999bc581683cddf6a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Follow the upstream EOL cycle and mark 4.2 as deprecated for 2016.02.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/linux-headers/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 9fabb9e..141811b 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -69,6 +69,7 @@ choice
 
 	config BR2_KERNEL_HEADERS_4_2
 		bool "Linux 4.2.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2016_02
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
 
 	config BR2_KERNEL_HEADERS_4_3


More information about the buildroot mailing list