]> Git Repo - buildroot-mgba.git/commitdiff
package/linux-headers: drop 6.9.x option
authorBernd Kuhls <[email protected]>
Sat, 3 Aug 2024 10:46:34 +0000 (12:46 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 3 Aug 2024 18:29:01 +0000 (20:29 +0200)
The 6.9.x series is now EOL upstream, so drop the linux-headers option
and add legacy handling for it.

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in.legacy
linux/linux.hash
package/linux-headers/Config.in.host

index a746f682cc568e6f74b69541bfe362a14bf2f8e6..94092d38f4c58c6e9eb40461b143db1f16f85881 100644 (file)
@@ -146,6 +146,13 @@ endif
 
 comment "Legacy options removed in 2024.08"
 
+config BR2_KERNEL_HEADERS_6_9
+       bool "kernel headers version 6.9.x are no longer supported"
+       select BR2_LEGACY
+       help
+         Version 6.9.x of the Linux kernel headers are no longer
+         maintained upstream and are now removed.
+
 config BR2_x86_knightslanding
        bool "knightslanding x86 architecture support dropped"
        select BR2_LEGACY
index b6ab8b326738e118027422b709436ecf2a0547f4..4e05f4a7654677c03bd7cfcc34f69aa7687c66fb 100644 (file)
@@ -1,6 +1,5 @@
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
 sha256  fa5f22fd67dd05812d39dca579320c493048e26c4a556048a12385e7ae6fc698  linux-6.10.3.tar.xz
-sha256  5ae7cc4e0e2f6b9ba630f643985ba0522c7d5e5b9571ba478a3cb513edd4cf22  linux-6.9.12.tar.xz
 sha256  93218296934915636fe6ba08e125948424cc270fd8948502c0ab91087a9fccd8  linux-6.6.44.tar.xz
 sha256  5eb4706f898f50881552ff5146d892132d3ffc5298033bffe27087d3a44c4573  linux-6.1.103.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
index e2356897002c8667e7ca85cea99df671a23b80ac..83b8d1267ed479c53d06241e4ec872ffab4535be 100644 (file)
@@ -48,10 +48,6 @@ config BR2_KERNEL_HEADERS_6_6
        bool "Linux 6.6.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
 
-config BR2_KERNEL_HEADERS_6_9
-       bool "Linux 6.9.x kernel headers"
-       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_9
-
 config BR2_KERNEL_HEADERS_6_10
        bool "Linux 6.10.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_10
@@ -433,7 +429,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "5.15.164"      if BR2_KERNEL_HEADERS_5_15
        default "6.1.103"       if BR2_KERNEL_HEADERS_6_1
        default "6.6.44"        if BR2_KERNEL_HEADERS_6_6
-       default "6.9.12"        if BR2_KERNEL_HEADERS_6_9
        default "6.10.3"        if BR2_KERNEL_HEADERS_6_10
        default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
        default "custom"        if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
This page took 0.051339 seconds and 4 git commands to generate.