diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-02-09 19:36:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-11 11:44:20 +0000 |
commit | bf6fae9619b776fe9e935a122ebc04933366edad (patch) | |
tree | 271d4cb1530e70f9779c45c6c82b1d919b5dc6ee /meta-poky | |
parent | eced0341cc58fd4349b5421444c6a2fe23eb4d6e (diff) | |
download | poky-bf6fae9619b776fe9e935a122ebc04933366edad.tar.gz |
poky-alt: switch preferred kernel to 6.12
6.6 is being removed from the upcoming LTS release, so we
adjust the alt config to use the 6.12 reference.
(From meta-yocto rev: 9502859f2d0c36d23cc23d3a91f1513eb748f0d3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-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 3e10251e8b..da9199dcd4 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 usrmerge" | 2 | DISTRO_FEATURES:append = " pam usrmerge" |
3 | 3 | ||
4 | # Use our alternate kernel version | 4 | # Use our alternate kernel version |
5 | PREFERRED_VERSION_linux-yocto = "6.6%" | 5 | PREFERRED_VERSION_linux-yocto = "6.12%" |
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" |