diff mbox series

[1/2] package/linux-headers: drop 5.14.x headers

Message ID 20220110231303.31275-1-peter@korsgaard.com
State Accepted
Headers show
Series [1/2] package/linux-headers: drop 5.14.x headers | expand

Commit Message

Peter Korsgaard Jan. 10, 2022, 11:13 p.m. UTC
The 5.14.x series is now EOL, so drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 Config.in.legacy                     | 7 +++++++
 linux/linux.hash                     | 1 -
 package/linux-headers/Config.in.host | 1 -
 3 files changed, 7 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN Jan. 11, 2022, 6:31 p.m. UTC | #1
Peter, All,

On 2022-01-11 00:13 +0100, Peter Korsgaard spake thusly:
> The 5.14.x series is now EOL, so drop it.

You forgot to remove it from the choice list, so I did.

Applied to master with the above fixed, thanks.

Regards,
Yann E. MORIN.

> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  Config.in.legacy                     | 7 +++++++
>  linux/linux.hash                     | 1 -
>  package/linux-headers/Config.in.host | 1 -
>  3 files changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index d36eac3302..b3e8d5a6d8 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -146,6 +146,13 @@ endif
>  
>  comment "Legacy options removed in 2022.02"
>  
> +config BR2_KERNEL_HEADERS_5_14
> +	bool "kernel headers version 5.14.x are no longer supported"
> +	select BR2_LEGACY
> +	help
> +	  Version 5.14.x of the Linux kernel headers are no longer
> +	  maintained upstream and are now removed.
> +
>  config BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE
>  	bool "python-backports-functools-lru-cache package removed"
>  	select BR2_LEGACY
> diff --git a/linux/linux.hash b/linux/linux.hash
> index 86dc8d7af9..c40c26c1b2 100644
> --- a/linux/linux.hash
> +++ b/linux/linux.hash
> @@ -1,7 +1,6 @@
>  # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
>  sha256  027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb  linux-5.16.tar.xz
>  sha256  b3e9ba06a299a3e2ead4a15753bc46a3e0c90d3b92ffeed1034ccc9f13a717f0  linux-5.15.6.tar.xz
> -sha256  f41a259cb2002dd2e3286524b2bb4e803f4f982992d092706ecea613584023b3  linux-5.14.21.tar.xz
>  sha256  ef259a43f33ddb56001283f4f4e50af29b8a48fa066aed7371a90ebf38c29b70  linux-5.10.83.tar.xz
>  sha256  6246fe1776d83039d71f74eb839f38ebdec23e1b37a7bf76f3bce13cbf0290be  linux-5.4.163.tar.xz
>  # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 8ee86e09af..115ff0d3f9 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -388,7 +388,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
>  	default "4.19.219"	if BR2_KERNEL_HEADERS_4_19
>  	default "5.4.163"	if BR2_KERNEL_HEADERS_5_4
>  	default "5.10.83"	if BR2_KERNEL_HEADERS_5_10
> -	default "5.14.21"	if BR2_KERNEL_HEADERS_5_14
>  	default "5.15.6"	if BR2_KERNEL_HEADERS_5_15
>  	default "5.16"		if BR2_KERNEL_HEADERS_5_16
>  	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
> -- 
> 2.20.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Jan. 11, 2022, 9:04 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Peter, All,
 > On 2022-01-11 00:13 +0100, Peter Korsgaard spake thusly:
 >> The 5.14.x series is now EOL, so drop it.

 > You forgot to remove it from the choice list, so I did.

 > Applied to master with the above fixed, thanks.

Ups, thanks for fixing it!
diff mbox series

Patch

diff --git a/Config.in.legacy b/Config.in.legacy
index d36eac3302..b3e8d5a6d8 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,13 @@  endif
 
 comment "Legacy options removed in 2022.02"
 
+config BR2_KERNEL_HEADERS_5_14
+	bool "kernel headers version 5.14.x are no longer supported"
+	select BR2_LEGACY
+	help
+	  Version 5.14.x of the Linux kernel headers are no longer
+	  maintained upstream and are now removed.
+
 config BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE
 	bool "python-backports-functools-lru-cache package removed"
 	select BR2_LEGACY
diff --git a/linux/linux.hash b/linux/linux.hash
index 86dc8d7af9..c40c26c1b2 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,7 +1,6 @@ 
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
 sha256  027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb  linux-5.16.tar.xz
 sha256  b3e9ba06a299a3e2ead4a15753bc46a3e0c90d3b92ffeed1034ccc9f13a717f0  linux-5.15.6.tar.xz
-sha256  f41a259cb2002dd2e3286524b2bb4e803f4f982992d092706ecea613584023b3  linux-5.14.21.tar.xz
 sha256  ef259a43f33ddb56001283f4f4e50af29b8a48fa066aed7371a90ebf38c29b70  linux-5.10.83.tar.xz
 sha256  6246fe1776d83039d71f74eb839f38ebdec23e1b37a7bf76f3bce13cbf0290be  linux-5.4.163.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 8ee86e09af..115ff0d3f9 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -388,7 +388,6 @@  config BR2_DEFAULT_KERNEL_HEADERS
 	default "4.19.219"	if BR2_KERNEL_HEADERS_4_19
 	default "5.4.163"	if BR2_KERNEL_HEADERS_5_4
 	default "5.10.83"	if BR2_KERNEL_HEADERS_5_10
-	default "5.14.21"	if BR2_KERNEL_HEADERS_5_14
 	default "5.15.6"	if BR2_KERNEL_HEADERS_5_15
 	default "5.16"		if BR2_KERNEL_HEADERS_5_16
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION