machine/qemu.inc: Build and install qemu-native for qemu based targets.
authorKhem Raj <raj.khem@gmail.com>
Sat, 15 May 2010 03:42:38 +0000 (20:42 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 15 May 2010 03:42:38 +0000 (20:42 -0700)
* 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 <raj.khem@gmail.com>
conf/machine/include/qemu.inc

index a38ea88..852c12a 100644 (file)
@@ -11,3 +11,5 @@ IMAGE_ROOTFS_SIZE_ext2 ?= "230000"
 
 # Don't include kernels in standard images
 RDEPENDS_kernel-base = ""
+
+EXTRA_IMAGEDEPENDS += "qemu-native"