summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
blob: 9926c1bb02dc3390dbe3cb435e5266ed7034739e (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 ?= "4.19%"

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