]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: block to build it on mips64 arch
authorRoy.Li <rongqing.li@windriver.com>
Wed, 24 Jul 2013 08:02:46 +0000 (16:02 +0800)
committerSaul Wold <sgw@linux.intel.com>
Sun, 28 Jul 2013 06:28:27 +0000 (23:28 -0700)
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@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/qemu/qemu_1.5.0.bb
meta/recipes-devtools/qemu/qemu_git.bb

index 9b9d0d7e5d285bd40e79f4fa8e07e25a0d8226c0..ed6cd2c535c0023954ab69c609249bdb1af745b0 100644 (file)
@@ -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"
index 328e3bf4bd60f4fb7cbb107525eee6286a03c508..f061dc9f564b9392708614e3519755cd05aa5d72 100644 (file)
@@ -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"