diff options
author | Roy.Li <rongqing.li@windriver.com> | 2013-07-24 16:02:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:11 +0100 |
commit | ab2a6a8c4cf9dc706c41819818791838205939f2 (patch) | |
tree | da3c0afa91aeabc5f12007439391d9bf51a4efb6 /meta/recipes-devtools/qemu | |
parent | dc03e676999f8aa3640ffc73300fe02bbd46b49d (diff) | |
download | poky-ab2a6a8c4cf9dc706c41819818791838205939f2.tar.gz |
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.
(From OE-Core rev: 239d46d9060ee4f30da4f7633377639283f16453)
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_1.5.0.bb | 2 | ||||
-rw-r--r-- | 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 9b9d0d7e5d..ed6cd2c535 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 \ | |||
9 | SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" | 9 | SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" |
10 | SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16" | 10 | SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16" |
11 | SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb" | 11 | SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb" |
12 | |||
13 | COMPATIBLE_HOST_mips64 = "null" | ||
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb index 328e3bf4bd..f061dc9f56 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" | |||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | DEFAULT_PREFERENCE = "-1" | 14 | DEFAULT_PREFERENCE = "-1" |
15 | |||
16 | COMPATIBLE_HOST_mips64 = "null" | ||