[oe-commits] Khem Raj : machine/qemu.inc: Build and install qemu-native for qemu based targets.

git version control git at git.openembedded.org
Sat May 15 03:44:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d05923bf3f341c92dc2d9bec0ce4809f5b010f49
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d05923bf3f341c92dc2d9bec0ce4809f5b010f49

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri May 14 20:42:38 2010 -0700

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 <raj.khem at gmail.com>

---

 conf/machine/include/qemu.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc
index a38ea88..852c12a 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"





More information about the Openembedded-commits mailing list