diff mbox

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

Message ID 1456163698-7860-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit e81b166ec1744a6a5a6ebb87988441397db07d8a
Headers show

Commit Message

Gustavo Zacarias Feb. 22, 2016, 5:54 p.m. UTC
Follow the upstream EOL cycle and mark 4.3 as deprecated for 2016.05.

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

Comments

Peter Korsgaard Feb. 23, 2016, 9:57 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Follow the upstream EOL cycle and mark 4.3 as deprecated for 2016.05.
 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index a101935..30d7e4c 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -73,6 +73,7 @@  choice
 
 	config BR2_KERNEL_HEADERS_4_3
 		bool "Linux 4.3.x kernel headers"
+		depends on BR2_DEPRECATED_SINCE_2016_05
 		select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3
 
 	config BR2_KERNEL_HEADERS_4_4