Re: [OE-core] [RFC PATCH 4/5] qemu: enable parallel builds when using the jobserver class

2023-08-30 Thread Randy MacLeod via lists.openembedded.org
Thanks for the patch set Martin! On 2023-08-28 08:48, Martin Hundeb?ll via lists.openembedded.org wrote: If the jobserver class is enabled, the PARALLEL_MAKE variable is unset in favor of configuring a shared jobserver in the MAKEFLAGS variable. However, the qemu makefile translates the missing

[OE-core] [RFC PATCH 4/5] qemu: enable parallel builds when using the jobserver class

2023-08-28 Thread Martin Hundeb?ll
If the jobserver class is enabled, the PARALLEL_MAKE variable is unset in favor of configuring a shared jobserver in the MAKEFLAGS variable. However, the qemu makefile translates the missing `-j` argument to `-j1` when calling into meson / ninja. Avoid this by setting `-j` without a value. For norm