diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-14 20:42:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-14 20:42:38 -0700 |
commit | d05923bf3f341c92dc2d9bec0ce4809f5b010f49 (patch) | |
tree | 166458e2645286a6bc8de55d8eb6ce9deb84fc14 /conf/machine | |
parent | 5203790c015a01b4ea3a1c0a75726773fb31a639 (diff) |
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@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | 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 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" |