mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02: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:
parent
426488f853
commit
1df683df5c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user