diff mbox series

[12/13] poky: change preferred kernel version to 5.15 in poky-alt

Message ID 056ce553b9f41c17046eeaab37d95e0950af83d8.1659653543.git.bruce.ashfield@gmail.com
State New
Headers show
Series [01/13] linux-yocto/5.15: update to v5.15.58 | expand

Commit Message

Bruce Ashfield Aug. 4, 2022, 10:57 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

5.10 has been removed from oe-core, we change the alt distro to
the 5.15 kernel.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
index 0de2013826..b42b830e43 100644
--- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
+++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
@@ -2,7 +2,7 @@ 
 DISTRO_FEATURES:append = " pam"
 
 # Use the LTSI Kernel
-PREFERRED_VERSION_linux-yocto = "5.10%"
+PREFERRED_VERSION_linux-yocto = "5.15%"
 
 # Ensure the kernel nfs server is enabled
 KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"