From 9eb3023f40ef9520cd60db1b41d2b169993b94b8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 16 Mar 2011 14:51:58 -0700 Subject: 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 --- recipes/qemu/qemu_0.14.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- cgit 1.2.3-korg