[Buildroot] [PATCH 1/3] linux: bump latest version to 6.6

Peter Korsgaard peter at korsgaard.com
Wed Jan 17 12:51:21 UTC 2024


>>>>> "Petr" == Petr Vorel <petr.vorel at gmail.com> writes:

 > Signed-off-by: Petr Vorel <petr.vorel at gmail.com>
 > ---
 >  linux/Config.in | 4 ++--
 >  1 file changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/linux/Config.in b/linux/Config.in
 > index 9f9cf55d96..aa6f846338 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 (6.6)"
 > -	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6 if BR2_KERNEL_HEADERS_AS_KERNEL
 > +	bool "Latest version (6.7)"
 > +	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7 if BR2_KERNEL_HEADERS_AS_KERNEL

Your commit message says 6.6 but this is about 6.7? Given that 6.6 is a
LTS kernel I would prefer to default to that for the upcoming 2024.02
release.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list