From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 4/4] {linux,linux-headers}: default to 5.17.x
Date: Fri, 13 May 2022 16:42:14 +0200 [thread overview]
Message-ID: <20220513144215.2598981-4-peter@korsgaard.com> (raw)
In-Reply-To: <20220513144215.2598981-1-peter@korsgaard.com>
5.15.x is getting quite old, so default to 5.17.x instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
linux/Config.in | 6 +++---
| 7 +------
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 24655a2962..fd3605a559 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -28,8 +28,8 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (5.15)"
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15 if BR2_KERNEL_HEADERS_AS_KERNEL
+ bool "Latest version (5.17)"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 if BR2_KERNEL_HEADERS_AS_KERNEL
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
bool "Latest CIP SLTS version (5.10.104-cip3)"
@@ -128,7 +128,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "5.15.39" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "5.17.7" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.104-cip3" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.104-cip3-rt3" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 5ff616fb34..859f772624 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -6,7 +6,7 @@ config BR2_PACKAGE_HOST_LINUX_HEADERS
choice
prompt "Kernel Headers"
default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
- default BR2_KERNEL_HEADERS_5_15
+ default BR2_KERNEL_HEADERS_5_17
help
Select the kernel version to get headers from.
@@ -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
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-05-13 14:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-13 14:42 [Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series Peter Korsgaard
2022-05-13 14:42 ` [Buildroot] [PATCH 2/4] {toolchain, linux-headers}: add support for 5.17.x headers Peter Korsgaard
2022-05-13 16:32 ` Yann E. MORIN
2022-05-13 14:42 ` [Buildroot] [PATCH 3/4] package/linux-headers: drop 5.16.x option Peter Korsgaard
2022-05-13 16:36 ` Yann E. MORIN
2022-05-13 14:42 ` Peter Korsgaard [this message]
2022-05-13 16:34 ` [Buildroot] [PATCH 4/4] {linux, linux-headers}: default to 5.17.x Yann E. MORIN
2022-05-13 16:55 ` Peter Korsgaard
2022-05-13 20:35 ` Arnout Vandecappelle
2022-05-13 16:32 ` [Buildroot] [PATCH 1/4] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series Yann E. MORIN
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=20220513144215.2598981-4-peter@korsgaard.com \
--to=peter@korsgaard.com \
--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.