1# Add an extra DISTRO_FEATURE
2DISTRO_FEATURES_append = " pam"
3
4# Use the LTSI Kernel
5PREFERRED_VERSION_linux-yocto ?= "5.4%"
6
7# Ensure the kernel nfs server is enabled
8KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
9