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

Robert P. J. Day rpjday at crashcourse.ca
Thu Mar 12 02:26:02 PDT 2015


  just noticed that local.conf.sample in meta-xilinx layer explicitly
sets

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
========================================================================



More information about the meta-xilinx mailing list