1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00
Files
poky/meta/recipes-devtools
Ross Burton 73d95d9dad 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 ]

(From OE-Core rev: 972ca555ff3aa41d32980477850c92915b6395ed)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 414b754a6cbb9cc354b1180efd5c3329568a2537)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-01-24 07:59:39 -08:00
..
2024-01-21 12:27:12 +00:00
2024-12-23 05:46:32 -08:00
2024-03-01 09:28:51 +00:00
2024-09-19 05:11:35 -07:00
2024-02-03 22:08:26 +00:00
2024-03-05 12:24:49 +00:00
2024-06-14 05:19:22 -07:00
2024-11-09 05:53:57 -08:00
2023-12-02 17:18:57 +00:00
2024-09-09 06:08:10 -07:00
2024-03-07 17:25:02 +00:00
2024-11-26 06:11:30 -08:00
2024-10-18 06:04:41 -07:00
2024-07-26 07:43:46 -07:00
2024-08-10 06:34:25 -07:00
2024-12-06 05:50:25 -08:00
2024-11-09 05:53:57 -08:00
2023-12-21 10:38:29 +00:00
2024-03-01 09:28:51 +00:00
2024-12-13 05:21:53 -08:00
2024-03-07 17:25:03 +00:00
2024-10-18 06:04:40 -07:00
2024-12-23 05:46:32 -08:00
2024-03-01 09:28:52 +00:00
2024-11-26 06:11:30 -08:00
2024-03-18 12:21:45 +00:00