summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-08-13 10:49:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 23:06:04 +0100
commit352701f88dd4ed5c75c4ad49e69deeedf1cec4cc (patch)
tree73fbc94fa262d0ae4e67efb92718fdd5eb8ca1c0 /meta/recipes-devtools/qemu/qemu_git.bb
parent18b955559a93fd5fb575c05a2ed57484d334478d (diff)
downloadpoky-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/recipes-devtools/qemu/qemu_git.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_git.bb2
1 files changed, 1 insertions, 1 deletions
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
14DEFAULT_PREFERENCE = "-1" 14DEFAULT_PREFERENCE = "-1"
15 15
16COMPATIBLE_HOST_mips64 = "null" 16COMPATIBLE_HOST_class-target_mips64 = "null"