summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f4870d52a9..135461518c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -698,6 +698,12 @@ IMAGE_ROOTFS_SIZE ?= "65536"
698# MACHINE don't change the path to the cache 698# MACHINE don't change the path to the cache
699CACHE := "${CACHE}" 699CACHE := "${CACHE}"
700 700
701# Default to setting automatically based on cpu count
702BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
703
704# Default to setting automatically based on cpu count
705PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
706
701################################################################## 707##################################################################
702# Magic Cookie for SANITY CHECK 708# Magic Cookie for SANITY CHECK
703################################################################## 709##################################################################