summaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu-ifup
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-10-07 13:45:20 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-07 22:07:45 +0100
commit7b079e1d0842e3a1e18ebc1d1fad8c97c96639eb (patch)
treefb64050b6c3546624d98c6b2fc93b479406b57dc /scripts/poky-qemu-ifup
parentbda24caa5cc22dcac2dbefa2b3cece4a0f810d95 (diff)
downloadpoky-7b079e1d0842e3a1e18ebc1d1fad8c97c96639eb.tar.gz
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 <scott.a.garman@intel.com>
Diffstat (limited to 'scripts/poky-qemu-ifup')
-rwxr-xr-xscripts/poky-qemu-ifup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-ifup b/scripts/poky-qemu-ifup
index cd4c47b608..8685c83cce 100755
--- a/scripts/poky-qemu-ifup
+++ b/scripts/poky-qemu-ifup
@@ -57,7 +57,7 @@ if [ ! -x "$TUNCTL" ]; then
57 if [[ "$NATIVE_SYSROOT_DIR" =~ ^\/opt\/poky ]]; then 57 if [[ "$NATIVE_SYSROOT_DIR" =~ ^\/opt\/poky ]]; then
58 echo "This shouldn't happen - something is wrong with your toolchain installation" 58 echo "This shouldn't happen - something is wrong with your toolchain installation"
59 else 59 else
60 echo "Have you run 'bitbake qemu-helper-native'?" 60 echo "Have you run 'bitbake meta-ide-support'?"
61 fi 61 fi
62 62
63 exit 1 63 exit 1