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>
This commit is contained in:
Joshua Lock 2010-08-24 14:47:10 +01:00
parent 1d0757f16b
commit 196f6f2d20
1 changed files with 2 additions and 0 deletions

View File

@ -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"