summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu-native_8.2.7.bb
diff options
context:
space:
mode:
authorYogita Urade <yogita.urade@windriver.com>2024-11-29 08:17:08 +0000
committerSteve Sakoman <steve@sakoman.com>2024-12-06 05:50:25 -0800
commit2775596cb24e22c016dca604c27b945a3c02514d (patch)
tree411f1c19b4d29e9426c11376653c3f5f8abb129a /meta/recipes-devtools/qemu/qemu-native_8.2.7.bb
parentc6ec0e1bfd648e7fcb345be6829bf1f663933a89 (diff)
downloadpoky-2775596cb24e22c016dca604c27b945a3c02514d.tar.gz
qemu: upgrade 8.2.3 -> 8.2.7
This includes fix for: CVE-2024-4693, CVE-2024-6505 and CVE-2024-7730 General changelog for 8.2: https://wiki.qemu.org/ChangeLog/8.2 Droped: 0001-target-riscv-kvm-change-KVM_REG_RISCV_FP_F-to-u32.patch 0002-target-riscv-kvm-change-KVM_REG_RISCV_FP_D-to-u64.patch 0003-target-riscv-kvm-change-timer-regs-size-to-u64.patch CVE-2024-4467 and CVE-2024-7409 since already contained the fix. (From OE-Core rev: 7983ad282c37f8c1125da5bab96489e5d0039948) Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-native_8.2.7.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu-native_8.2.7.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_8.2.7.bb b/meta/recipes-devtools/qemu/qemu-native_8.2.7.bb
new file mode 100644
index 0000000000..a77953529b
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu-native_8.2.7.bb
@@ -0,0 +1,9 @@
1BPN = "qemu"
2
3DEPENDS += "glib-2.0-native zlib-native"
4
5require qemu-native.inc
6
7EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-install-blobs --disable-guest-agent"
8
9PACKAGECONFIG ??= "pie"