From: Khem Raj Date: Sat, 15 May 2010 03:42:38 +0000 (-0700) Subject: machine/qemu.inc: Build and install qemu-native for qemu based targets. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05923bf3f341c92dc2d9bec0ce4809f5b010f49;p=openembedded.git machine/qemu.inc: Build and install qemu-native for qemu based targets. * Some distributions like ubuntu dont ship roms which are needed to boot ppc targets therefore we need to use qemu-native to run the images, therefore always build qemu-native for qemu based targets Signed-off-by: Khem Raj --- diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc index a38ea8857d..852c12a0fd 100644 --- a/conf/machine/include/qemu.inc +++ b/conf/machine/include/qemu.inc @@ -11,3 +11,5 @@ IMAGE_ROOTFS_SIZE_ext2 ?= "230000" # Don't include kernels in standard images RDEPENDS_kernel-base = "" + +EXTRA_IMAGEDEPENDS += "qemu-native"