qemu: Ensure kernel nfsd module is enabled
authorSaul Wold <sgw@linux.intel.com>
Thu, 2 May 2013 19:47:54 +0000 (12:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 May 2013 14:41:13 +0000 (15:41 +0100)
This will ensure that qemu images that include the nfs-server package have the kernel
feature correctly enabled

(From OE-Core rev: 57c718c6288f2a2538173cdd3d401d70f939a40a)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/qemu.inc

index 637f4ef..7111926 100644 (file)
@@ -23,3 +23,6 @@ RDEPENDS_kernel-base = ""
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 
 EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
+
+# Provide the nfs server kernel module for all qemu images
+KERNEL_FEATURES_append = " features/nfsd/nfsd-enable.scc"