From 7b079e1d0842e3a1e18ebc1d1fad8c97c96639eb Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Thu, 7 Oct 2010 13:45:20 -0700 Subject: Update meta-ide-support dependencies Using poky-qemu with our new tap networking and/or unfs support required too many additional build steps. This updates the meta-ide-support dependencies so all features are built and available to use. Specifically, this adds psuedo-native, qemu-helper-native, and unfs-server-native to the dependency chain for meta-ide-support. This fixes [BUGID #392] Also add poky-gen-tapdevs and remove runqemu-nfs from the qemu-helper-native recipe, and update some qemu control script error messages to suggest building meta-ide-support. Signed-off-by: Scott Garman --- scripts/poky-export-rootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-export-rootfs') diff --git a/scripts/poky-export-rootfs b/scripts/poky-export-rootfs index f3552516a..3ab0597c9 100755 --- a/scripts/poky-export-rootfs +++ b/scripts/poky-export-rootfs @@ -50,7 +50,7 @@ if [ ! -e "$POKY_NATIVE_SYSROOT/usr/sbin/rpc.mountd" ]; then echo "Error: Unable to find rpc.mountd binary in $POKY_NATIVE_SYSROOT/usr/sbin/" if [ "x$POKY_DISTRO_VERSION" = "x" ]; then - echo "Have you run 'bitbake unfs-server-native'?" + echo "Have you run 'bitbake meta-ide-support'?" else echo "This shouldn't happen - something is missing from your toolchain installation" fi -- cgit v1.2.3