diff options
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index d64ba7f6e5..555f8db1d8 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -12,28 +12,6 @@ # variable as required. # -# Parallelism Options -# -# These two options control how much parallelism BitBake should use. The first -# option determines how many tasks bitbake should run in parallel: -# -#BB_NUMBER_THREADS ?= "4" -# -# Default to setting automatically based on cpu count -BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}" -# -# The second option controls how many processes make should run in parallel when -# running compile tasks: -# -#PARALLEL_MAKE ?= "-j 4" -# -# Default to setting automatically based on cpu count -PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" -# -# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would -# be appropriate for example. - -# # Machine Selection # # You need to select a specific machine to target the build with. There are a selection |