diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-10 12:17:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-11 11:54:26 +0100 |
commit | 458f5d026e8b67ec5b1bef3a6085398bc329f973 (patch) | |
tree | 29aadb5e4c4eb07085b9b2014320d91e74ee2e70 /meta/recipes-devtools/qemu | |
parent | a8192999f0f8602fa3a8bd520bdfa3c955f7b84b (diff) | |
download | poky-458f5d026e8b67ec5b1bef3a6085398bc329f973.tar.gz |
qemu: Exclude CVE-2017-5957 from cve-check
The CVE applies to virglrender before 0.6.0 which we don't have.
(From OE-Core rev: 9b5355375d028577de0b98e05992de6a088cb972)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 384b0c19b0..e210f38cfe 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -65,6 +65,9 @@ SRC_URI[sha256sum] = "cb18d889b628fbe637672b0326789d9b0e3b8027e0445b936537c78549 | |||
65 | SRC_URI_append_class-target = " file://cross.patch" | 65 | SRC_URI_append_class-target = " file://cross.patch" |
66 | SRC_URI_append_class-nativesdk = " file://cross.patch" | 66 | SRC_URI_append_class-nativesdk = " file://cross.patch" |
67 | 67 | ||
68 | # Applies against virglrender < 0.6.0 and not qemu itself | ||
69 | CVE_CHECK_WHITELIST += "CVE-2017-5957" | ||
70 | |||
68 | COMPATIBLE_HOST_mipsarchn32 = "null" | 71 | COMPATIBLE_HOST_mipsarchn32 = "null" |
69 | COMPATIBLE_HOST_mipsarchn64 = "null" | 72 | COMPATIBLE_HOST_mipsarchn64 = "null" |
70 | 73 | ||