diff options
| author | Yogita Urade <yogita.urade@windriver.com> | 2024-11-29 08:17:08 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-06 05:50:25 -0800 |
| commit | 2775596cb24e22c016dca604c27b945a3c02514d (patch) | |
| tree | 411f1c19b4d29e9426c11376653c3f5f8abb129a /meta/recipes-devtools/qemu/qemu-native_8.2.7.bb | |
| parent | c6ec0e1bfd648e7fcb345be6829bf1f663933a89 (diff) | |
| download | poky-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.bb | 9 |
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 @@ | |||
| 1 | BPN = "qemu" | ||
| 2 | |||
| 3 | DEPENDS += "glib-2.0-native zlib-native" | ||
| 4 | |||
| 5 | require qemu-native.inc | ||
| 6 | |||
| 7 | EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-install-blobs --disable-guest-agent" | ||
| 8 | |||
| 9 | PACKAGECONFIG ??= "pie" | ||
