]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
qemu: Add fix for powerpc instruction fallback issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 May 2023 10:39:58 +0000 (11:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 May 2023 11:14:54 +0000 (12:14 +0100)
commitbf0e4c8bb6ba22274d17d74c1df69a78f8aa157c
tree9a6d6efcffaf56e4d369bd938f29e26359e118ae
parent2a86ca028980b501e386f6bb8293a094fd77f97b
qemu: Add fix for powerpc instruction fallback issue

See the patch for more details, fixes a regression in qemu causing
illegal instructions in libm on powerpc, triggered by a libinput
upgrade.

https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=f1c56cdff09f650ad721fae026eb6a3651631f3d
was the glibc code generating the instruction and triggering the issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/ppc.patch [new file with mode: 0644]