]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Upgrade 5.1.0->5.2.0
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2021 23:00:14 +0000 (23:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Jan 2021 09:06:57 +0000 (09:06 +0000)
commit181c635567aafb9b4787d8d6d0bcd4a615ceae80
tree34af2b117135f6f5ead14d8450f8e549e961793e
parent812eb3121e0aabe4e3de9a8c61b1e62c87f55aa4
qemu: Upgrade 5.1.0->5.2.0

This involves some pretty major changes for qemu. In particular, they
switched to meson+ninja so we have to adapt to that.

Patch changes:
* CVE patches - dropped as backports
* cflags fix - upstream code changed significantly, need new patch if still issues
* mips TLB entries - dropped as merged upstream
* usb fix - dropped as merged upstream
* find_datadir - dropped as code no longer present that I could find

A patch was added to allow us to force the configure script into "cross" mode
without setting cross_prefix which has other effects we don't need/want.

Dependencies on meson/ninja were added.

Specifying the python interpreter causes the internal meson copy to be
built/used which is undesireable for us so don't do that. The correct
python is in PATH anyway.

Acked-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 files changed:
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/qemu/qemu-native_5.2.0.bb [moved from meta/recipes-devtools/qemu/qemu-native_5.1.0.bb with 100% similarity]
meta/recipes-devtools/qemu/qemu-system-native_5.2.0.bb [moved from meta/recipes-devtools/qemu/qemu-system-native_5.1.0.bb with 100% similarity]
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/0001-Add-enable-disable-udev.patch
meta/recipes-devtools/qemu/qemu/0001-qemu-Add-missing-wacom-HID-descriptor.patch
meta/recipes-devtools/qemu/qemu/0001-qemu-Do-not-include-file-if-not-exists.patch
meta/recipes-devtools/qemu/qemu/0001-target-mips-Increase-number-of-TLB-entries-on-the-34.patch [deleted file]
meta/recipes-devtools/qemu/qemu/0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch
meta/recipes-devtools/qemu/qemu/0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch
meta/recipes-devtools/qemu/qemu/0004-qemu-disable-Valgrind.patch
meta/recipes-devtools/qemu/qemu/0005-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch [deleted file]
meta/recipes-devtools/qemu/qemu/0006-chardev-connect-socket-to-a-spawned-command.patch
meta/recipes-devtools/qemu/qemu/0007-apic-fixup-fallthrough-to-PIC.patch
meta/recipes-devtools/qemu/qemu/0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch
meta/recipes-devtools/qemu/qemu/0009-Fix-webkitgtk-builds.patch
meta/recipes-devtools/qemu/qemu/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch
meta/recipes-devtools/qemu/qemu/CVE-2020-24352.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-25624.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-25723.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-28916.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-29129-CVE-2020-29130.patch [deleted file]
meta/recipes-devtools/qemu/qemu/cross.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu/find_datadir.patch [deleted file]
meta/recipes-devtools/qemu/qemu/usb-fix-setup_len-init.patch [deleted file]
meta/recipes-devtools/qemu/qemu_5.2.0.bb [moved from meta/recipes-devtools/qemu/qemu_5.1.0.bb with 93% similarity]