xref: /OK3568_Linux_fs/yocto/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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