]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky-lsb: Ensure kernel nfsd module is enabled
authorSaul Wold <sgw@linux.intel.com>
Mon, 6 May 2013 05:32:09 +0000 (22:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 May 2013 17:12:13 +0000 (18:12 +0100)
LSB Test require NFS be enabled soe ensure that the kernel
feature is on.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky-lsb.conf

index 404c3ecc9faf199a0f651ac40d58c48faf678b86..53d088f30e11ab0e1b2718a064270f77a9b943e2 100644 (file)
@@ -6,4 +6,7 @@ DISTROOVERRIDES = "poky:linuxstdbase"
 DISTRO_FEATURES_append = " pam largefile opengl"
 PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 
+# Ensure the kernel nfs server is enabled
+KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc"
+