]> code.ossystems Code Review - openembedded-core.git/commit
qemu: replace a gtk wrapper with directly setting environment from runqemu
authorAlexander Kanavin <alex@linutronix.de>
Sun, 6 Feb 2022 11:56:02 +0000 (12:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2022 10:08:52 +0000 (10:08 +0000)
commit34f152de14f803fcfe5c92c515bf585838bba10a
tree7986809e352920eb790ccf94e699ad7d07009457
parentf3128fd1b2e5cbf3683dc69eabc56fbc0bd0e7d5
qemu: replace a gtk wrapper with directly setting environment from runqemu

The wrapper is executed by host bash, and host bash refuses to run
when pseudo libc is preloaded via LD_PRELOAD (which is the case
when gl is enabled).

Only the fontconfig setting is carried over as local testing showed that
only that is necessary for the gui to look ok nowadays; adjust further
if necessary.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu-native.inc
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu_6.2.0.bb
scripts/runqemu