]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/qemu: use tune to select QEMU_EXTRAOPTIONS, not package architecture
authorRoss Burton <ross.burton@arm.com>
Fri, 10 Jan 2025 13:01:13 +0000 (13:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Jan 2025 10:36:14 +0000 (10:36 +0000)
commit414b754a6cbb9cc354b1180efd5c3329568a2537
tree796d36a52badb78ca6389d0c7e3d68b3b0f84456
parent05322beb290e1db30bef49b4364f8a8e6e9f7408
classes/qemu: use tune to select QEMU_EXTRAOPTIONS, not package architecture

Using the package architecture to select the right qemu options to pass
to qemu-user is incorrect, and fails for recipes that set PACKAGE_ARCH
to MACHINE_ARCH (as the qemuppc workarounds suggest) because there are
not typically any options set for the machine name.

Solve this by using TUNE_PKGARCH instead: for the majority of recipes
this is the same value, but for machine-specific recipes it remains the
same instead of changing to the machine name.

This means we can remove the qemuppc workarounds, as they're obsolete.

Also update the gcc-testsuite recipe which uses the same pattern to use
TUNE_PKGARCH, and generalise the else codepath to avoid needing to
update the list of architectures.

[ YOCTO #15647 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/qemu.bbclass
meta/recipes-devtools/gcc/gcc-testsuite.inc