[oe-commits] Bruce Ashfield : qemu*: restrict NFSD to linux-yocto only

git at git.openembedded.org git at git.openembedded.org
Mon Jun 3 15:52:22 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 4961e973df422c8c4de92906ca9805531cc93dfa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4961e973df422c8c4de92906ca9805531cc93dfa

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Thu May 30 23:28:46 2013 -0400

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.

(From OE-Core master rev: 799f53e8844748a930a9cbc7a4cf1056f19bb037)

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/include/qemu.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 7111926..6245487 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"



More information about the Openembedded-commits mailing list