[OE-core] [PATCH] qemu-native: depend on unfs-server-native

Jason Wessel jason.wessel at windriver.com
Wed May 2 14:23:36 UTC 2012


The user mode NFS server does not get built by default when you are
using a purely command line driven development environment without SDK
tools.  In order to accommodate simple test configurations and have
all the tools built for the minimal validation with qemu-native,
simply add the dependency to unfs-server-native.

Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
---
 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 421a149..742b629 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -14,4 +14,4 @@ RDEPENDS_kernel-base = ""
 # Use a common kernel recipe for all QEMU machines
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 
-EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
+EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native unfs-server-native"
-- 
1.6.6.2





More information about the Openembedded-core mailing list