1# Add an extra DISTRO_FEATURE
2DISTRO_FEATURES:append = " pam"
3
4# Use the LTSI Kernel
5PREFERRED_VERSION_linux-yocto = "5.10%"
6
7# Ensure the kernel nfs server is enabled
8KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
9