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.wes...@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 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core