[meta-xilinx] local.conf.sample doesn't need to set parallelism

Nathan Rossi nathan at nathanrossi.com
Thu Mar 12 02:34:19 PDT 2015


On Thu, Mar 12, 2015 at 7:26 PM, Robert P. J. Day <rpjday at crashcourse.ca> wrote:
>
>   just noticed that local.conf.sample in meta-xilinx layer explicitly
> sets

Just to clarify, you are referring to the local.conf.sample in the
meta-xilinx-community layer correct?

aka. http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx-community/tree/conf/local.conf.sample

Regards,
Nathan

>
> BB_NUMBER_THREADS = "8"
> PARALLEL_MAKE = "-j 8"
>
> that's probably unnecessary as OE's bitbake.conf calculates the proper
> values for these values:
>
> # Default to setting automatically based on cpu count
> BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
>
> # Default to setting automatically based on cpu count
> PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx



More information about the meta-xilinx mailing list