summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
blob: 0b0412e60c0069b389c95e5569343d003e69ac1e (plain)
1
2
3
4
5
6
7
8
# Add an extra DISTRO_FEATURE
DISTRO_FEATURES_append = " pam"

# Use the LTSI Kernel
PREFERRED_VERSION_linux-yocto ?= "5.4%"

# Ensure the kernel nfs server is enabled
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"