linux-headers: remove deprecated version 3.17.x
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 11 Mar 2016 14:32:22 +0000 (11:32 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 15 Mar 2016 21:46:20 +0000 (22:46 +0100)
Remove for the upcoming 2016.05 release, it's been deprecated for a year
now.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
package/linux-headers/Config.in.host

index bb7c3339673fcbe678e55bc1b8bdc8c1a24847b5..807d70137582232490fc1deedd10d1ceed092651 100644 (file)
@@ -145,6 +145,16 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2016.05"
 
+config BR2_KERNEL_HEADERS_3_17
+       bool "kernel headers version 3.17.x are no longer supported"
+       select BR2_KERNEL_HEADERS_3_18
+       select BR2_LEGACY
+       help
+         Version 3.17.x of the Linux kernel headers have been deprecated
+         for more than four buildroot releases and are now removed.
+         As an alternative, version 3.18.x of the headers have been
+         automatically selected in your configuration.
+
 config BR2_GDB_VERSION_7_7
        bool "gdb 7.7 has been removed"
        select BR2_LEGACY
index c5be9f53fa024d192590055dcfcdb12c67bb6d0b..0d1a1a9afdc43223141e317ebf116490456b1e12 100644 (file)
@@ -41,12 +41,6 @@ choice
                depends on !BR2_nios2
                select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
 
-       config BR2_KERNEL_HEADERS_3_17
-               bool "Linux 3.17.x kernel headers"
-               depends on BR2_DEPRECATED_SINCE_2015_05
-               depends on !BR2_nios2
-               select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
-
        config BR2_KERNEL_HEADERS_3_18
                bool "Linux 3.18.x kernel headers"
                depends on !BR2_nios2
@@ -221,7 +215,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "3.10.100"      if BR2_KERNEL_HEADERS_3_10
        default "3.12.56"       if BR2_KERNEL_HEADERS_3_12
        default "3.14.64"       if BR2_KERNEL_HEADERS_3_14
-       default "3.17.8"        if BR2_KERNEL_HEADERS_3_17
        default "3.18.28"       if BR2_KERNEL_HEADERS_3_18
        default "3.19.8"        if BR2_KERNEL_HEADERS_3_19
        default "4.0.9"         if BR2_KERNEL_HEADERS_4_0