linux-headers: remove deprecated versions
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 9 Sep 2016 15:20:54 +0000 (12:20 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Sep 2016 14:00:46 +0000 (16:00 +0200)
Linux headers 3.19.x and 4.0.x have been deprecated for a while now, so
it's time to remove them.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
package/linux-headers/Config.in.host

index 60d414bea676c473737872a228ed476b08a41b05..d7b996c0d76a6e6cb71842e0f7cc54be43b978b4 100644 (file)
@@ -145,6 +145,26 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2016.11"
 
+config BR2_KERNEL_HEADERS_4_0
+       bool "kernel headers version 4.0.x are no longer supported"
+       select BR2_KERNEL_HEADERS_3_18
+       select BR2_LEGACY
+       help
+         Version 4.0.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_KERNEL_HEADERS_3_19
+       bool "kernel headers version 3.19.x are no longer supported"
+       select BR2_KERNEL_HEADERS_3_18
+       select BR2_LEGACY
+       help
+         Version 3.19.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_PACKAGE_LIBEVAS_GENERIC_LOADERS
        bool "libevas-generic-loaders package removed"
        select BR2_LEGACY
index 9d8f030babfc9b82aa68049cd0900dbc59ffc320..7fea748ce396ea18a9bf68db774b9e96afccfc1a 100644 (file)
@@ -56,16 +56,6 @@ choice
                depends on !BR2_nios2
                select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18
 
-       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
-               bool "Linux 4.0.x kernel headers"
-               depends on BR2_DEPRECATED_SINCE_2015_08
-               select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0
-
        config BR2_KERNEL_HEADERS_4_1
                bool "Linux 4.1.x kernel headers"
                select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1