summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 00decc57e5..a7f1099dd5 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -67,6 +67,10 @@ CVE_CHECK_IGNORE += "CVE-2018-18438"
67# this bug related to windows specific. 67# this bug related to windows specific.
68CVE_CHECK_IGNORE += "CVE-2023-0664" 68CVE_CHECK_IGNORE += "CVE-2023-0664"
69 69
70# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
71# RHEL specific issue
72CVE_CHECK_IGNORE += "CVE-2023-2680"
73
70COMPATIBLE_HOST:mipsarchn32 = "null" 74COMPATIBLE_HOST:mipsarchn32 = "null"
71COMPATIBLE_HOST:mipsarchn64 = "null" 75COMPATIBLE_HOST:mipsarchn64 = "null"
72COMPATIBLE_HOST:riscv32 = "null" 76COMPATIBLE_HOST:riscv32 = "null"