diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-08-13 10:49:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 23:06:04 +0100 |
commit | 352701f88dd4ed5c75c4ad49e69deeedf1cec4cc (patch) | |
tree | 73fbc94fa262d0ae4e67efb92718fdd5eb8ca1c0 /meta | |
parent | 18b955559a93fd5fb575c05a2ed57484d334478d (diff) | |
download | poky-352701f88dd4ed5c75c4ad49e69deeedf1cec4cc.tar.gz |
qemu: Skip it for mips64 target
We should not skip it always since same recipes provide
qemu-native too so user class-target override to make it
only skip for target recipes
(From OE-Core rev: 23d633cc65cf31486263f120c71df82186cfdd22)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_1.5.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_git.bb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 72988f513f..97e9b7be1c 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -85,6 +85,7 @@ PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," | |||
85 | 85 | ||
86 | # Qemu target will not build in world build for ARM or Mips | 86 | # Qemu target will not build in world build for ARM or Mips |
87 | BROKEN_qemuarm = "1" | 87 | BROKEN_qemuarm = "1" |
88 | BROKEN_qemumips64 = "1" | ||
88 | BROKEN_qemumips = "1" | 89 | BROKEN_qemumips = "1" |
89 | 90 | ||
90 | INSANE_SKIP_${PN} = "arch" | 91 | INSANE_SKIP_${PN} = "arch" |
diff --git a/meta/recipes-devtools/qemu/qemu_1.5.0.bb b/meta/recipes-devtools/qemu/qemu_1.5.0.bb index ed6cd2c535..91b8120cc3 100644 --- a/meta/recipes-devtools/qemu/qemu_1.5.0.bb +++ b/meta/recipes-devtools/qemu/qemu_1.5.0.bb | |||
@@ -10,4 +10,4 @@ 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 | 12 | ||
13 | COMPATIBLE_HOST_mips64 = "null" | 13 | COMPATIBLE_HOST_class-target_mips64 = "null" |
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb index f061dc9f56..ed7ad32f4a 100644 --- a/meta/recipes-devtools/qemu/qemu_git.bb +++ b/meta/recipes-devtools/qemu/qemu_git.bb | |||
@@ -13,4 +13,4 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | DEFAULT_PREFERENCE = "-1" | 14 | DEFAULT_PREFERENCE = "-1" |
15 | 15 | ||
16 | COMPATIBLE_HOST_mips64 = "null" | 16 | COMPATIBLE_HOST_class-target_mips64 = "null" |