blob: 273ebfdfefa8e76469e9886c13d5df054d8fa0d0 [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 Geisslerd1e89492021-02-12 15:35:20 -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"