From: Peter Korsgaard <peter@korsgaard.com>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/linux-headers: drop 6.5.x option
Date: Mon, 18 Dec 2023 08:44:41 +0100 [thread overview]
Message-ID: <875y0w9cpi.fsf@48ers.dk> (raw)
In-Reply-To: <20231217171821.1893522-1-bernd@kuhls.net> (Bernd Kuhls's message of "Sun, 17 Dec 2023 18:18:20 +0100")
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> The 6.5.x series is now EOL upstream, so drop the linux-headers option
> and add legacy handling for it.
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> 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 312d53943c..4689226290 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -146,6 +146,13 @@ endif
> comment "Legacy options removed in 2023.11"
> +config BR2_KERNEL_HEADERS_6_5
> + bool "kernel headers version 6.5.x are no longer supported"
> + select BR2_LEGACY
> + help
> + Version 6.5.x of the Linux kernel headers are no longer
> + maintained upstream and are now removed.
> +
> config BR2_PACKAGE_PYTHON_PYXB
> bool "python-pyxb removed"
> select BR2_LEGACY
> diff --git a/linux/linux.hash b/linux/linux.hash
> index ed9c6143db..9572acda2d 100644
> --- a/linux/linux.hash
> +++ b/linux/linux.hash
> @@ -1,6 +1,5 @@
> # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
> sha256 28edfc3d4f90cd738f2a20f5a2d68510268176d6111f6278d8f495edfd9495a7 linux-6.6.3.tar.xz
> -sha256 78fbd43822f4c56bc16e89e8874767f592532e1a0ffcd1af4dd279559b5fcbb5 linux-6.5.13.tar.xz
> sha256 629daa38f3ea67f29610bfbd53f9f38f46834d3654451e9474100490c66dc7e7 linux-6.1.64.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
> sha256 be2bee8b346f3ccb35879f16c80a323edda571e36190403805c14a9ea24e4a47 linux-5.15.140.tar.xz
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 344acc9cde..ab923cbb95 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -418,7 +418,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
> default "5.10.202" if BR2_KERNEL_HEADERS_5_10
> default "5.15.140" if BR2_KERNEL_HEADERS_5_15
> default "6.1.64" if BR2_KERNEL_HEADERS_6_1
> - default "6.5.13" if BR2_KERNEL_HEADERS_6_5
You forgot to remove the BR2_KERNEL_HEADERS_6_5 option higher up in the
file. Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-12-18 7:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-17 17:18 [Buildroot] [PATCH 1/2] package/linux-headers: drop 6.5.x option Bernd Kuhls
2023-12-17 17:18 ` [Buildroot] [PATCH 2/2] {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series Bernd Kuhls
2023-12-18 7:44 ` Peter Korsgaard
2023-12-18 7:44 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875y0w9cpi.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.