aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-08-24 14:47:10 +0100
committerJoshua Lock <josh@linux.intel.com>2010-08-25 11:15:16 +0100
commit196f6f2d20a7926cadaec619f4422209e48a31bd (patch)
tree48e0e30eb3ba836f5bd75fbda130b3c62b43f3b6
parent1d0757f16beb31551733d9d755d72337ccda9642 (diff)
downloadopenembedded-core-contrib-196f6f2d20a7926cadaec619f4422209e48a31bd.tar.gz
qemu.inc: ensure helper programs are built when building for qemu machines
QEMU machine images are useless without qemu-native and qemu-helper-native Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--meta/conf/machine/include/qemu.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 607002aa94..1ef639f90e 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -16,3 +16,5 @@ RDEPENDS_kernel-base = ""
# Use a common kernel recipe for all QEMU machines
PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
+
+EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"