]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Drop vm reservation changes to resolve build issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Jan 2021 13:54:33 +0000 (13:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Jan 2021 09:07:56 +0000 (09:07 +0000)
commit8a0efb16ca7cf22902fac743718c776b57c6d2f6
treefc4493f549fb8c6e1baf87660c0bb5ca98c0d4e0
parent181c635567aafb9b4787d8d6d0bcd4a615ceae80
qemu: Drop vm reservation changes to resolve build issues

When building with the new version of qemu we see errors like:

"""
qemu-i386: Unable to reserve 0x7ffff000 bytes of virtual address space at
0x1000 (Success) for use as guest address space (check your virtual memory
ulimit setting, min_mmap_addr or reserve less using -R option)

ERROR: The postinstall intercept hook 'update_gio_module_cache-nativesdk' failed
"""

The VM reseration patches we're carrying look suspicious in this context.
Drop them since the patches appear to be a liability causing other issues
and there is a much  simpler fix for the webkitgtk issues on musl on
32 bit (see later linux-user mmap patches).

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch [deleted file]
meta/recipes-devtools/qemu/qemu/0009-Fix-webkitgtk-builds.patch [deleted file]