From patchwork Wed May 2 14:23:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: qemu-native: depend on unfs-server-native Date: Wed, 02 May 2012 14:23:36 -0000 From: Jason Wessel X-Patchwork-Id: 26825 Message-Id: <1335968616-2436-1-git-send-email-jason.wessel@windriver.com> To: 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 --- 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"