Message ID | 1729057450-4949-1-git-send-email-nobuhiro1.iwamatsu@toshiba.co.jp (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [isar-cip-core] Kconfig: Update default kernel version to 6.1.y | expand |
On 16.10.24 07:44, Nobuhiro Iwamatsu wrote: > The default Debian version is bookworm in Kconfig, so we should also set > the default kernel to the same version used by bookworm. > This updates default kernel version to 6.1.y in Kconfig. > > Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> > --- > Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Kconfig b/Kconfig > index a70ce22..8062cdb 100644 > --- a/Kconfig > +++ b/Kconfig > @@ -84,7 +84,7 @@ comment "Kernel options" > > choice > prompt "CIP kernel version" > - default KERNEL_5_10 > + default KERNEL_6_1 > > config KERNEL_4_4 > bool "Kernel 4.4.x-cip" Good catch. Applied, thanks. Jan
diff --git a/Kconfig b/Kconfig index a70ce22..8062cdb 100644 --- a/Kconfig +++ b/Kconfig @@ -84,7 +84,7 @@ comment "Kernel options" choice prompt "CIP kernel version" - default KERNEL_5_10 + default KERNEL_6_1 config KERNEL_4_4 bool "Kernel 4.4.x-cip"
The default Debian version is bookworm in Kconfig, so we should also set the default kernel to the same version used by bookworm. This updates default kernel version to 6.1.y in Kconfig. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)