mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky-altcfg: Update PREFERRED_VERSION for kerenl
Update to 6.6 since it is our only kernel version. (From meta-yocto rev: 00b2de10d7665a60d32497cb141f40ba3e1143fa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Add extra DISTRO_FEATUREs
|
# Add extra DISTRO_FEATUREs
|
||||||
DISTRO_FEATURES:append = " pam usrmerge"
|
DISTRO_FEATURES:append = " pam usrmerge"
|
||||||
|
|
||||||
# Use the LTSI Kernel
|
# Use our alternate kernel version
|
||||||
PREFERRED_VERSION_linux-yocto = "6.1%"
|
PREFERRED_VERSION_linux-yocto = "6.6%"
|
||||||
|
|
||||||
# Ensure the kernel nfs server is enabled
|
# Ensure the kernel nfs server is enabled
|
||||||
KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
||||||
|
|||||||
Reference in New Issue
Block a user