package/linux-headers: drop support for 5.5.x headers
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 28 Jul 2020 07:17:06 +0000 (09:17 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 31 Jul 2020 07:06:40 +0000 (09:06 +0200)
The 5.5.x series is now EOL so remove the option and add legacy
handling for it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
linux/linux.hash
package/linux-headers/Config.in.host

index 7a5435188bead064c2d5175e0912acb36b641153..d9732edc9e0e7f4fada23fc10a4c6e7e1096e696 100644 (file)
@@ -146,6 +146,13 @@ endif
 
 comment "Legacy options removed in 2020.08"
 
+config BR2_KERNEL_HEADERS_5_5
+       bool "kernel headers version 5.5.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 5.5.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
 config BR2_BINUTILS_VERSION_2_31_X
        bool "binutils version 2.31.1 support removed"
        select BR2_LEGACY
index 45a21ec5452d3b7662743a9866258d226958d75c..1d435aeb7f1ffade510e4ac4de703181f18ff88b 100644 (file)
@@ -1,7 +1,6 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  40d318add8cefe3fdb26f19dac7386f5e7b63854ae021e593466902856ce9ded  linux-5.7.1.tar.xz
 sha256  25504b4de7baf912071d1ed40b13af0689305442b9dea9218fd096d8bd997cf7  linux-5.6.16.tar.xz
-sha256  1448334371fb52f511255726832464d33877a210a7350260fb18eb225ae211eb  linux-5.5.19.tar.xz
 sha256  103f039f34a9009c42ea643b4f473bda6bb9607d5ad7f63b56b3e2351615fe2e  linux-5.4.45.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256  418299385195f09b27e371a35f305f3aff148e7557a341b53460091303aa9bb7  linux-4.4.226.tar.xz
index 14cce317e32872faf800d0b110b17d19a202481b..2e1c99187151109edddf88c133b8b9f992674fb9 100644 (file)
@@ -55,10 +55,6 @@ config BR2_KERNEL_HEADERS_5_4
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
        select BR2_KERNEL_HEADERS_LATEST
 
-config BR2_KERNEL_HEADERS_5_5
-       bool "Linux 5.5.x kernel headers"
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_5
-
 config BR2_KERNEL_HEADERS_5_6
        bool "Linux 5.6.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_6
@@ -347,7 +343,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "4.14.183"      if BR2_KERNEL_HEADERS_4_14
        default "4.19.127"      if BR2_KERNEL_HEADERS_4_19
        default "5.4.45"        if BR2_KERNEL_HEADERS_5_4
-       default "5.5.19"        if BR2_KERNEL_HEADERS_5_5
        default "5.6.16"        if BR2_KERNEL_HEADERS_5_6
        default "5.7.1"         if BR2_KERNEL_HEADERS_5_7
        default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION