From: Bruce Ashfield Date: Fri, 31 May 2013 03:28:46 +0000 (-0400) Subject: qemu*: restrict NFSD to linux-yocto only X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=799f53e8844748a930a9cbc7a4cf1056f19bb037;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu*: restrict NFSD to linux-yocto only In the current releases, not all linux-yocto derived kernels have NFS support, or NFS support fragments availble. To ensure that derived kernels like linux-yocto-cutom continue to work against poky-lsb, we can make the KERNEL_FEATURE append more specific to the linux-yocto recipe. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 71119266262..6245487b8d3 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -25,4 +25,4 @@ 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" +KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"