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

Peter Korsgaard peter at korsgaard.com
Sat Aug 8 10:56:04 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=3eb61964640bc40b3a2106aaa525f62926920ef6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Follow the upstream EOL cycle and mark 3.19 as deprecated for 2015.08.

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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index d81cd36..653209e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -79,6 +79,7 @@ choice
 
 	config BR2_KERNEL_HEADERS_3_19
 		bool "Linux 3.19.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2015_08
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19
 
 	config BR2_KERNEL_HEADERS_4_0


More information about the buildroot mailing list