poky-alt: switch default kernel to 5.10

5.4 has been dropped from oe-core release/development, so we switch
the alt-config to use 5.10.

(From meta-yocto rev: 979b52c5f1d649791bfe312d79585a4cd346ce26)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2021-08-15 11:16:14 -04:00
committed by Richard Purdie
parent a2d643f3a0
commit f3e7063e6a

View File

@@ -2,7 +2,7 @@
DISTRO_FEATURES:append = " pam"
# Use the LTSI Kernel
PREFERRED_VERSION_linux-yocto = "5.4%"
PREFERRED_VERSION_linux-yocto = "5.10%"
# Ensure the kernel nfs server is enabled
KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"