diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-04 18:57:49 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-09 16:37:24 +0100 |
commit | db242b92f76f10eb65ab3119646f87cb91c197db (patch) | |
tree | fa57f3ef25be09e01bd067be63cb2c503a25808a | |
parent | 2ab59bd0323fc32fd18bf0853858734b7e7caac0 (diff) | |
download | poky-db242b92f76f10eb65ab3119646f87cb91c197db.tar.gz |
poky: change preferred kernel version to 5.15 in poky-alt
5.10 has been removed from oe-core, we change the alt distro to
the 5.15 kernel.
(From meta-yocto rev: 7077d849ef8588b65a7a3ae61b49292407ac13d7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
2 | DISTRO_FEATURES:append = " pam" | 2 | DISTRO_FEATURES:append = " pam" |
3 | 3 | ||
4 | # Use the LTSI Kernel | 4 | # Use the LTSI Kernel |
5 | PREFERRED_VERSION_linux-yocto = "5.10%" | 5 | PREFERRED_VERSION_linux-yocto = "5.15%" |
6 | 6 | ||
7 | # Ensure the kernel nfs server is enabled | 7 | # Ensure the kernel nfs server is enabled |
8 | KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 8 | KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |