aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-16 14:51:58 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-16 14:53:50 -0700
commit9eb3023f40ef9520cd60db1b41d2b169993b94b8 (patch)
tree765e17fe640f7cc287c3bae4f54468c60197ea78
parent095fc9a2602df28296c35a6cd627ced0b381c0e8 (diff)
downloadopenembedded-9eb3023f40ef9520cd60db1b41d2b169993b94b8.tar.gz
qemu_0.14.0.bb: Do not build all possible qemus
* We only build the targets that we support it reduces the compile time to half and averts the build failure on ubuntu 11.04 where it dies compiling sparc-softmmu which we dont really need Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/qemu/qemu_0.14.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/qemu/qemu_0.14.0.bb b/recipes/qemu/qemu_0.14.0.bb
index 2c12a065fe..c3a1ab9a46 100644
--- a/recipes/qemu/qemu_0.14.0.bb
+++ b/recipes/qemu/qemu_0.14.0.bb
@@ -1,6 +1,6 @@
LICENSE = "GPL"
DEPENDS = "zlib ncurses gnutls"
-PR = "r1"
+PR = "r2"
SRC_URI = "\
http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \
file://leftover.patch \
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201
BBCLASSEXTEND="native"
+EXTRA_OECONF = "--target-list=arm-linux-user,arm-softmmu,i386-linux-user,i386-softmmu,x86_64-linux-user,x86_64-softmmu,mips-linux-user,mips-softmmu,ppc-linux-user,ppc-softmmu,mipsel-linux-user,mips64el-softmmu,mips64-softmmu,sh4-linux-user,sh4-softmmu,sh4eb-linux-user,sh4eb-softmmu --disable-werror --disable-vnc-tls --enable-kvm --audio-drv-list=oss,alsa --audio-card-list=ac97,es1370"
+
S = "${WORKDIR}/qemu-${PV}"
EXTRA_OECONF += " --disable-curl --disable-sdl --disable-strip \