[bitbake-devel] [PATCH 2/2] runqueue: Introduce load balanced task spawning

Alexander Kanavin alex.kanavin at gmail.com
Tue Aug 14 11:07:04 UTC 2018


2018-08-14 12:28 GMT+02:00 Peter Kjellerstedt <peter.kjellerstedt at axis.com>:
> Even though make is the prevalent tool used to build code, we have
> to consider others such as cmake and meson... Any idea if their
> parallelism can be controlled in some similar way?

These tools (and qmake etc.) only configure the builds, with makefiles
as output. They delegate the actual build job execution to make and/or
ninja.

Alex



More information about the bitbake-devel mailing list