That makes sense, thanks for the clarification. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andreas Müller Sent: jeudi 12 novembre 2015 10:34 To: [email protected] Subject: Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism
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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
