]> Git Repo - buildroot-mgba.git/commitdiff
package/linux-headers: drop 5.16.x option
authorPeter Korsgaard <[email protected]>
Fri, 13 May 2022 17:55:39 +0000 (19:55 +0200)
committerYann E. MORIN <[email protected]>
Fri, 13 May 2022 21:47:28 +0000 (23:47 +0200)
The 5.16.x series is now EOL upstream, so drop the linux-headers option and
add legacy handling for it.

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
Config.in.legacy
linux/linux.hash
package/linux-headers/Config.in.host

index 806e995bd16c81037b9b852faa2e6c9acb7f8b66..95b9d784d3143d3f99bc0921b7956d7699777d9a 100644 (file)
@@ -146,6 +146,13 @@ endif
 
 comment "Legacy options removed in 2022.05"
 
+config BR2_KERNEL_HEADERS_5_16
+       bool "kernel headers version 5.16.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 5.16.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
 config BR2_KERNEL_HEADERS_4_4
        bool "kernel headers version 4.4.x are no longer supported"
        select BR2_LEGACY
index 2a96eef8d36a57b374302b7d4349e28f56e949bc..3190813a0cbc62cbfacc0ea1b2c78a4107eca09a 100644 (file)
@@ -1,6 +1,5 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  22f67ef6b12ef6c0c0353be4b90b4bf4b9b18b858c16c346fa495b67ec718c99  linux-5.17.7.tar.xz
-sha256  d8060dc88f862baaae66b42a2dbc12298ed667c698eb5c55617a7786ee47bf25  linux-5.16.20.tar.xz
 sha256  888641634f9e0e38cd0efcfec92ea3c126d381b24a514740d3fe3dc9988fd7ad  linux-5.15.39.tar.xz
 sha256  f5e417b32f89318b6d0a230109a592ffd68997817463dc4692fa49ec7fe42f71  linux-5.10.115.tar.xz
 sha256  0d16d343956d311e3f4ab3f032fd626d8e6b67c0db94edd32f561407d374f2a0  linux-5.4.193.tar.xz
index 5ff616fb347c99289609f923aeb86c01ace9895c..afe849772a01449404264be35f6528775463c778 100644 (file)
@@ -56,10 +56,6 @@ config BR2_KERNEL_HEADERS_5_15
        bool "Linux 5.15.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
 
-config BR2_KERNEL_HEADERS_5_16
-       bool "Linux 5.16.x kernel headers"
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
-
 config BR2_KERNEL_HEADERS_5_17
        bool "Linux 5.17.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
@@ -389,7 +385,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "5.4.193"       if BR2_KERNEL_HEADERS_5_4
        default "5.10.115"      if BR2_KERNEL_HEADERS_5_10
        default "5.15.39"       if BR2_KERNEL_HEADERS_5_15
-       default "5.16.20"       if BR2_KERNEL_HEADERS_5_16
        default "5.17.7"        if BR2_KERNEL_HEADERS_5_17
        default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
        default "custom"        if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
This page took 0.044667 seconds and 4 git commands to generate.