blob: 0b0412e60c0069b389c95e5569343d003e69ac1e [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
Andrew Geissler706d5aa2021-02-12 15:55:30 -06005PREFERRED_VERSION_linux-yocto ?= "5.4%"
Brad Bishop79641f22019-09-10 07:20:22 -04006
7# Ensure the kernel nfs server is enabled
8KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"