blob: 9926c1bb02dc3390dbe3cb435e5266ed7034739e [file] [log] [blame]
Brad Bishop79641f22019-09-10 07:20:22 -04001# Add an extra DISTRO_FEATURE
Brad Bishop96ff1982019-08-19 13:50:42 -04002DISTRO_FEATURES_append = " pam"
Brad Bishop79641f22019-09-10 07:20:22 -04003
4# Use the LTSI Kernel
5PREFERRED_VERSION_linux-yocto ?= "4.19%"
6
7# Ensure the kernel nfs server is enabled
8KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"