diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-10-07 13:45:20 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 22:07:45 +0100 |
commit | 7b079e1d0842e3a1e18ebc1d1fad8c97c96639eb (patch) | |
tree | fb64050b6c3546624d98c6b2fc93b479406b57dc /meta/recipes-tbd | |
parent | bda24caa5cc22dcac2dbefa2b3cece4a0f810d95 (diff) | |
download | poky-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 'meta/recipes-tbd')
-rw-r--r-- | meta/recipes-tbd/meta/meta-ide-support.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-tbd/meta/meta-ide-support.bb b/meta/recipes-tbd/meta/meta-ide-support.bb index 70a0c64aba..8fe9a23036 100644 --- a/meta/recipes-tbd/meta/meta-ide-support.bb +++ b/meta/recipes-tbd/meta/meta-ide-support.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" | 1 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "virtual/libc gdb-cross" | 3 | DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native" |
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | inherit meta toolchain-scripts | 6 | inherit meta toolchain-scripts |