mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
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:
@@ -13,4 +13,4 @@ S = "${WORKDIR}/git"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
COMPATIBLE_HOST_mips64 = "null"
|
||||
COMPATIBLE_HOST_class-target_mips64 = "null"
|
||||
|
||||
Reference in New Issue
Block a user