diff mbox

[1/2] linux-headers: mark EOL versions deprecated

Message ID 1408101294-22414-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 91050c8e659e5269d1dc6eecf297a4135a6f473a
Headers show

Commit Message

Gustavo Zacarias Aug. 15, 2014, 11:14 a.m. UTC
Follow the upstream EOL cycle and mark 3.0, 3.11, 3.13 and 3.15
as deprecated for 2014.08.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Korsgaard Aug. 16, 2014, 10:30 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Follow the upstream EOL cycle and mark 3.0, 3.11, 3.13 and 3.15
 > as deprecated for 2014.08.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

I'm wondering if deprecating 3.15 already isn't too soon, but Ok -
Committed both, thanks.
diff mbox

Patch

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 1f2094a..b2554ab 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -13,6 +13,7 @@  choice
 
 	config BR2_KERNEL_HEADERS_3_0
 		bool "Linux 3.0.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2014_08
 		depends on !BR2_arc
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
 
@@ -37,6 +38,7 @@  choice
 
 	config BR2_KERNEL_HEADERS_3_11
 		bool "Linux 3.11.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2014_08
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11
 
 	config BR2_KERNEL_HEADERS_3_12
@@ -45,6 +47,7 @@  choice
 
 	config BR2_KERNEL_HEADERS_3_13
 		bool "Linux 3.13.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2014_08
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
 
 	config BR2_KERNEL_HEADERS_3_14
@@ -53,6 +56,7 @@  choice
 
 	config BR2_KERNEL_HEADERS_3_15
 		bool "Linux 3.15.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2014_08
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
 
 	config BR2_KERNEL_HEADERS_3_16