package/linux-headers: drop support for 5.3.x headers
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 4 Jan 2020 15:56:50 +0000 (16:56 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 5 Jan 2020 20:54:33 +0000 (21:54 +0100)
The 5.3.x series is now EOL so remove the option and add legacy
handling for it.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
linux/linux.hash
package/linux-headers/Config.in.host

index 8436951f0f643e36a91ee85bd492d0dfcd9151de..d049839e2d2dcec47763b5c94a16780d6d130ce5 100644 (file)
@@ -146,6 +146,13 @@ endif
 
 comment "Legacy options removed in 2020.02"
 
+config BR2_KERNEL_HEADERS_5_3
+       bool "kernel headers version 5.3.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 5.3.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
 config BR2_PACKAGE_PYTHON_SCAPY3K
        bool "python-scapy3k is replaced by python-scapy"
        select BR2_LEGACY
index 0cecb00ef11b61265252d3de668de878e03a9aa3..97d77dc785e92f10a09b172396e769fbe541838b 100644 (file)
@@ -1,5 +1,4 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 20f14917c4f33122cfa12963a7d3180fe6f4685cacfe984553b2b5b4ad20638c  linux-5.3.18.tar.xz
 sha256 568e9f27fbba86131c2e2849f296d54216e2ed3e8c4d8aa78a93b417cab23ec0  linux-5.4.5.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256 5da5e16fe08fa506f8f74aa4f17be22b52c0f513e9a3f7e7ae22fc53597ad493  linux-4.4.206.tar.xz
index 29213e40f8ae71cdac599e11449e0fa5a9cf9944..c0ca531bcf650417da808a5c0ea18087a7eea671 100644 (file)
@@ -49,10 +49,6 @@ config BR2_KERNEL_HEADERS_4_19
        depends on !BR2_csky
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
 
-config BR2_KERNEL_HEADERS_5_3
-       bool "Linux 5.3.x kernel headers"
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_3
-
 config BR2_KERNEL_HEADERS_5_4
        bool "Linux 5.4.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
@@ -317,7 +313,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "4.9.206"       if BR2_KERNEL_HEADERS_4_9
        default "4.14.159"      if BR2_KERNEL_HEADERS_4_14
        default "4.19.90"       if BR2_KERNEL_HEADERS_4_19
-       default "5.3.18"        if BR2_KERNEL_HEADERS_5_3
        default "5.4.5"         if BR2_KERNEL_HEADERS_5_4
        default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
        default "custom"        if BR2_KERNEL_HEADERS_CUSTOM_TARBALL