On Mon, 8 Jun 2026 at 17:43, Pierrick Bouvier <[email protected]> wrote: > > On 6/8/2026 9:08 AM, Peter Maydell wrote: > > On Mon, 8 Jun 2026 at 16:57, Emmanuel Blot <[email protected]> wrote: > >> > >> Ok thanks, got it. > >> > >> I need to use `ninja -C build qemy-system-arm` to generate the signed > >> binary, because the default target only generates the `-unsigned` > >> version (I guess this is the linker's default output, macOS requires > >> an extra signing step). > >> The signed version is defined as an on-demand command which is not > >> part of the default build (`all`). > > > > Right, this is the bug that needs fixing. The default target should > > build the signed binary.
> For information, I recently offered to Alex to do a rewrite of tcg > makefiles in meson natively. It's not the first time, and certainly not > the last time, that we waste hours/days debugging dependencies there, > this has to stop. This isn't related at all to the TCG makefiles, though. It's purely an issue with the main meson build files (which is why it's shown up here with the qtest tests). thanks -- PMM
