[oe-commits] Roy.Li : qemu: block to build it on mips64 arch

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:01:11 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 239d46d9060ee4f30da4f7633377639283f16453
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=239d46d9060ee4f30da4f7633377639283f16453

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Wed Jul 24 16:02:46 2013 +0800

qemu: block to build it on mips64 arch

qemu packages can NOT be built for mips64, Set COMPATIBLE_HOST to null to
block build them for such platform.

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/qemu/qemu_1.5.0.bb |    2 ++
 meta/recipes-devtools/qemu/qemu_git.bb   |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu_1.5.0.bb b/meta/recipes-devtools/qemu/qemu_1.5.0.bb
index 9b9d0d7..ed6cd2c 100644
--- a/meta/recipes-devtools/qemu/qemu_1.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.5.0.bb
@@ -9,3 +9,5 @@ SRC_URI += "file://fdt_header.patch \
 SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
 SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16"
 SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb"
+
+COMPATIBLE_HOST_mips64 = "null"
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb
index 328e3bf..f061dc9 100644
--- a/meta/recipes-devtools/qemu/qemu_git.bb
+++ b/meta/recipes-devtools/qemu/qemu_git.bb
@@ -12,3 +12,5 @@ SRC_URI_prepend = "git://git.qemu.org/qemu.git;protocol=git"
 S = "${WORKDIR}/git"
 
 DEFAULT_PREFERENCE = "-1"
+
+COMPATIBLE_HOST_mips64 = "null"



More information about the Openembedded-commits mailing list