[oe-commits] Khem Raj : qemu_0.14.0.bb: Do not build all possible qemus

git version control git at git.openembedded.org
Wed Mar 16 21:56:26 UTC 2011


Module: openembedded.git
Branch: master
Commit: 9eb3023f40ef9520cd60db1b41d2b169993b94b8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9eb3023f40ef9520cd60db1b41d2b169993b94b8

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Mar 16 14:51:58 2011 -0700

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

---

 recipes/qemu/qemu_0.14.0.bb |    4 +++-
 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 2c12a06..c3a1ab9 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 \





More information about the Openembedded-commits mailing list