package/linux-headers: drop support for 5.1.x headers

The 5.1.x series is now EOL and 5.3.x has been added, so remove the option
and add legacy handling for it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2019-10-01 23:25:22 +02:00
parent 04e9fdb1c6
commit 1dc7e04832
3 changed files with 7 additions and 6 deletions

View File

@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2019.11"
config BR2_KERNEL_HEADERS_5_1
bool "kernel headers version 5.1.x are no longer supported"
select BR2_LEGACY
help
Version 5.1.x of the Linux kernel headers are no longer
maintained upstream and are now removed.
config BR2_PACKAGE_DEVMEM2
bool "devmem2 package was removed"
select BR2_LEGACY

View File

@ -1,7 +1,6 @@
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 361f9c953bb5ca7dbc922c3f698170523667f6a2f43961ffb88fa47b6b10fc6b linux-5.3.2.tar.xz
sha256 6d090f866c9739403f78b08470209d1e825c44ce5dbaa237a4a2c8c6609dca60 linux-5.2.18.tar.xz
sha256 56495f82314f0dfb84a3fe7fad78e17be69c4fd36ef46f2452458b2fa1e341f6 linux-5.1.21.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256 ba4dd29902734b263a5197410363b17f30dc60bc999bd6ce90b6f5910b971e66 linux-4.19.76.tar.xz
sha256 a3c54b887ea3e679382bd4c0536e6a281b071dab2258bd3ee8af75baef2023f5 linux-4.14.146.tar.xz

View 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_1
bool "Linux 5.1.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
config BR2_KERNEL_HEADERS_5_2
bool "Linux 5.2.x kernel headers"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_2
@ -317,7 +313,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.9.194" if BR2_KERNEL_HEADERS_4_9
default "4.14.146" if BR2_KERNEL_HEADERS_4_14
default "4.19.76" if BR2_KERNEL_HEADERS_4_19
default "5.1.21" if BR2_KERNEL_HEADERS_5_1
default "5.2.18" if BR2_KERNEL_HEADERS_5_2
default "5.3.2" if BR2_KERNEL_HEADERS_5_3
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION