summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 8b8cecd7a0..e1c1bfdbfe 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -65,6 +65,9 @@ SRC_URI[sha256sum] = "cb18d889b628fbe637672b0326789d9b0e3b8027e0445b936537c78549
65SRC_URI_append_class-target = " file://cross.patch" 65SRC_URI_append_class-target = " file://cross.patch"
66SRC_URI_append_class-nativesdk = " file://cross.patch" 66SRC_URI_append_class-nativesdk = " file://cross.patch"
67 67
68# Applies against virglrender < 0.6.0 and not qemu itself
69CVE_CHECK_WHITELIST += "CVE-2017-5957"
70
68COMPATIBLE_HOST_mipsarchn32 = "null" 71COMPATIBLE_HOST_mipsarchn32 = "null"
69COMPATIBLE_HOST_mipsarchn64 = "null" 72COMPATIBLE_HOST_mipsarchn64 = "null"
70 73