summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2023-11-07 07:36:29 -1000
committerSteve Sakoman <steve@sakoman.com>2023-11-17 06:00:32 -1000
commit72c7bacfd367378e979d7800e655f6b445733e60 (patch)
treefc860cfd4f3f75aca80085444194243721a2c550 /meta/recipes-devtools/qemu/qemu.inc
parent8a8d40420fd1f875f2dfc97ad445335635fd8fd5 (diff)
downloadpoky-72c7bacfd367378e979d7800e655f6b445733e60.tar.gz
Revert "qemu: Backport fix for CVE-2023-0330"
This reverts commit 45ce9885351a2344737170e6e810dc67ab3e7ea9. Unfortunately this backport results in qemuarmv5 failing to boot with a qemu lsi hw error. [YOCTO #15274] See discussion: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15274 (From OE-Core rev: 14aa11aecf503cef08e43c90cf0bd574721ca965) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index e6b26aba88..a24915c35c 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -137,8 +137,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
137 file://CVE-2021-3409-4.patch \ 137 file://CVE-2021-3409-4.patch \
138 file://CVE-2021-3409-5.patch \ 138 file://CVE-2021-3409-5.patch \
139 file://hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch \ 139 file://hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch \
140 file://CVE-2023-0330_1.patch \ 140 file://CVE-2023-0330.patch \
141 file://CVE-2023-0330_2.patch \
142 file://CVE-2023-3354.patch \ 141 file://CVE-2023-3354.patch \
143 file://CVE-2023-3180.patch \ 142 file://CVE-2023-3180.patch \
144 file://CVE-2020-24165.patch \ 143 file://CVE-2020-24165.patch \