1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+2
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"