git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5203790
)
machine/qemu.inc: Build and install qemu-native for qemu based targets.
author
Khem Raj
<raj.khem@gmail.com>
Sat, 15 May 2010 03:42:38 +0000
(20:42 -0700)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/conf/machine/include/qemu.inc
b/conf/machine/include/qemu.inc
index
a38ea88
..
852c12a
100644
(file)
--- 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"