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>
This commit is contained in:
Khem Raj 2013-08-13 10:49:01 -07:00 committed by Richard Purdie
parent 18b955559a
commit 352701f88d
3 changed files with 3 additions and 2 deletions

View File

@ -85,6 +85,7 @@ PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio,"
# Qemu target will not build in world build for ARM or Mips
BROKEN_qemuarm = "1"
BROKEN_qemumips64 = "1"
BROKEN_qemumips = "1"
INSANE_SKIP_${PN} = "arch"

View File

@ -10,4 +10,4 @@ SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16"
SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb"
COMPATIBLE_HOST_mips64 = "null"
COMPATIBLE_HOST_class-target_mips64 = "null"

View File

@ -13,4 +13,4 @@ S = "${WORKDIR}/git"
DEFAULT_PREFERENCE = "-1"
COMPATIBLE_HOST_mips64 = "null"
COMPATIBLE_HOST_class-target_mips64 = "null"