[Buildroot] [PATCH 4/5] linux: bump latest version to 6.8

Peter Korsgaard peter at korsgaard.com
Mon Mar 25 10:07:00 UTC 2024


>>>>> "Bernd" == Bernd Kuhls <bernd at kuhls.net> writes:

 > Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
 > ---
 >  linux/Config.in | 6 +++---
 >  1 file changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/linux/Config.in b/linux/Config.in
 > index df84cce539..2767b709d4 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.8)"
 > +	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_8 if BR2_KERNEL_HEADERS_AS_KERNEL
 
 >  config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 >  	bool "Latest CIP SLTS version (5.10.162-cip24)"
 > @@ -128,7 +128,7 @@ endif
 
 >  config BR2_LINUX_KERNEL_VERSION
 >  	string
 > -	default "6.6.21" if BR2_LINUX_KERNEL_LATEST_VERSION
 > +	default "6.8.1" if BR2_LINUX_KERNEL_LATEST_VERSION

Ahh, it is implicitly fixed by this on master.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list