On Thu, Nov 12, 2015 at 10:26 AM, Julien Brianceau (jbriance) <[email protected]> wrote: > I've added -j in http://patches.openembedded.org/patch/100133/, because > chromium recipe wasn't fair to other recipes. > For instance, if bitbake is processing 8 compile tasks (incl. chromium) in > parallel on a 24 cores machine, 7 recipes will > be compiled with -j${BB_NUMBER_THREADS} whereas chromium will use something > like -j24 > > Just out of my curiosity, what "${PARALLEL_MAKE}" brings compared to > "-j${BB_NUMBER_THREADS}" ?
BB_NUMBER_THREADS -> max bitbake tasks run at the same time PARALLEL_MAKE -> make tasks (gcc) at the same time Andrease -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
