From a91448bf731ef29a841a93e991e7b75efb5f1e28 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 28 Aug 2019 17:21:23 +0100 Subject: poky-altcfg: Replace poky-lsb with poky-altcfg LSB has been removed, replace poky-lsb with poky-altcfg, a place where we can test different configurations on the autobuilder as well as showing an example of how to subclass a distro configuration. (From meta-yocto rev: 00fdefff55717331a220fe624f29c387970d31d7) Signed-off-by: Richard Purdie --- meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-poky/conf/distro/include/poky-distro-alt-test-config.inc') diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc index dff5804530..9926c1bb02 100644 --- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc +++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc @@ -1,2 +1,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" -- cgit v1.2.3-54-g00ecf