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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# 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"
SRC_URI[md5sum] = "b6f3265b8ed39d77e8f354f35cc26e16"
SRC_URI[sha256sum] = "b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb"
-COMPATIBLE_HOST_mips64 = "null"
+COMPATIBLE_HOST_class-target_mips64 = "null"
DEFAULT_PREFERENCE = "-1"
-COMPATIBLE_HOST_mips64 = "null"
+COMPATIBLE_HOST_class-target_mips64 = "null"