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

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