diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-25 13:27:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-26 07:54:17 +0100 |
commit | 76494f2b66003b0ff3b26882435107ef0ac060ba (patch) | |
tree | 2b9fca5ba3d8c54992a76e923a3b6cc9bf3033b7 /meta-poky | |
parent | 29206e7240abe9e0e7ff151d9aca107850dd231c (diff) | |
download | poky-76494f2b66003b0ff3b26882435107ef0ac060ba.tar.gz |
linux-yocto: Drop 5.15 support
5.15 doesn't work with gcc 13 and we'll be replacing 5.15 with a new kernel
version later in the release cycle. Drop 5.15 now so we can move forward
with gcc 13 and we'll add a new kernel version later.
(From meta-yocto rev: 084d840d7f655466d5d668ca309a8b09b83f23fb)
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 b42b830e43..32797525fb 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.15%" | 5 | PREFERRED_VERSION_linux-yocto = "6.1%" |
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" |