]> code.ossystems Code Review - openembedded-core.git/commit
qemu: uprev v4.2.0 -> v5.0.0
authorSakib Sajal <sakib.sajal@windriver.com>
Fri, 19 Jun 2020 18:12:59 +0000 (14:12 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 09:57:20 +0000 (10:57 +0100)
commitee9ec9e344541c1ccd9b9b8e3b8c1e00d008ad85
treea15618a1e70d107a8ad92ece325a49bd8fd2362c
parent934c8302e4ead9b09d6e7396ff11b6a4c1be7b21
qemu: uprev v4.2.0 -> v5.0.0

Major update after v4.2.

Changes:
  - os_find_datadir() was changed after the v4.2 release
    causing v5.0 to not find the bios and not boot the
    image. Fix is sent to upstream qemu.
    See: qemu/find_datadir.patch
  - v5.0 binary had host contamination for dynamically linked
    libraries, "--extra-ldflags='${LDFLAGS}'" in EXTRA_OECONF
    resolved the issue
  - bluetooth code was removed: qemu.git$ git show 1d4ffe8dc7
    hence removed PACKAGECONFIG[bluez]
  - -show-cursor qemu option is now deprecated, updated
    scripts/runqemu to use updated option instead
  - added PACKAGECONFIG definitions
  - added qemu-ptest to conf/distro/include/ptest-packagelists.inc
  - increased support for ARM architecture, cpu and board
  - removed patches merged upstream and refreshed
    existing ones

Testing:
Build core-image-minimal against the machines in
openembedded-core/meta/conf/machine and succesfully
booted with qemu v5.0

Ran qemu-ptest on x86-64 and arm64 with identical results:
PASS: 1166
SKIP:    0
FAIL:    0

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
32 files changed:
meta/classes/qemuboot.bbclass
meta/conf/distro/include/ptest-packagelists.inc
meta/conf/distro/include/tcmode-default.inc
meta/conf/machine/include/qemuboot-mips.inc
meta/conf/machine/include/qemuboot-x86.inc
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemuarm64.conf
meta/conf/machine/qemuarmv5.conf
meta/conf/machine/qemuppc.conf
meta/recipes-devtools/qemu/qemu-native.inc
meta/recipes-devtools/qemu/qemu-native_5.0.0.bb [moved from meta/recipes-devtools/qemu/qemu-native_4.2.0.bb with 100% similarity]
meta/recipes-devtools/qemu/qemu-system-native_5.0.0.bb [moved from meta/recipes-devtools/qemu/qemu-system-native_4.2.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/0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch
meta/recipes-devtools/qemu/qemu/0005-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch
meta/recipes-devtools/qemu/qemu/0009-Fix-webkitgtk-builds.patch
meta/recipes-devtools/qemu/qemu/0011-hw-i386-pc-fix-regression-in-parsing-vga-cmdline-par.patch [deleted file]
meta/recipes-devtools/qemu/qemu/0012-fix-libcap-header-issue-on-some-distro.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2019-15890.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-11102.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-11869.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-1711.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-7039-1.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-7039-2.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-7039-3.patch [deleted file]
meta/recipes-devtools/qemu/qemu/CVE-2020-7211.patch [deleted file]
meta/recipes-devtools/qemu/qemu/find_datadir.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu_5.0.0.bb [moved from meta/recipes-devtools/qemu/qemu_4.2.0.bb with 100% similarity]
scripts/runqemu