* [PATCH 0/1] qemu: block to build it on mips64 arch
@ 2013-07-24 8:02 rongqing.li
2013-07-24 8:02 ` [PATCH 1/1] " rongqing.li
0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2013-07-24 8:02 UTC (permalink / raw)
To: openembedded-core
From: "Roy.Li" <rongqing.li@windriver.com>
The following changes since commit 947336a1ef2b936328ba6fcf519d55a4eda7085d:
systemd: ignore qemu output, and check its return code (2013-07-24 13:09:10 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib roy/qemu
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=roy/qemu
Roy.Li (1):
qemu: block to build it on mips64 arch
meta/recipes-devtools/qemu/qemu_1.5.0.bb | 2 ++
meta/recipes-devtools/qemu/qemu_git.bb | 2 ++
2 files changed, 4 insertions(+)
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] qemu: block to build it on mips64 arch
2013-07-24 8:02 [PATCH 0/1] qemu: block to build it on mips64 arch rongqing.li
@ 2013-07-24 8:02 ` rongqing.li
0 siblings, 0 replies; 2+ messages in thread
From: rongqing.li @ 2013-07-24 8:02 UTC (permalink / raw)
To: openembedded-core
From: "Roy.Li" <rongqing.li@windriver.com>
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>
---
meta/recipes-devtools/qemu/qemu_1.5.0.bb | 2 ++
meta/recipes-devtools/qemu/qemu_git.bb | 2 ++
2 files changed, 4 insertions(+)
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"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-24 8:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 8:02 [PATCH 0/1] qemu: block to build it on mips64 arch rongqing.li
2013-07-24 8:02 ` [PATCH 1/1] " rongqing.li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox