summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 83b12cbc15..b3f1f18a0d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -878,6 +878,10 @@ XZ_DEFAULTS[vardepsexclude] += "XZ_MEMLIMIT XZ_THREADS"
878ZSTD_THREADS ?= "${@oe.utils.cpu_count(at_least=2)}" 878ZSTD_THREADS ?= "${@oe.utils.cpu_count(at_least=2)}"
879ZSTD_THREADS[vardepvalue] = "1" 879ZSTD_THREADS[vardepvalue] = "1"
880 880
881ZSTD_COMPRESSION_LEVEL ?= "-3"
882ZSTD_DEFAULTS ?= "--threads=${ZSTD_THREADS} ${ZSTD_COMPRESSION_LEVEL}"
883ZSTD_DEFAULTS[vardepsexclude] = "ZSTD_THREADS"
884
881# Limit the number of threads that OpenMP libraries will use. Otherwise they 885# Limit the number of threads that OpenMP libraries will use. Otherwise they
882# may fallback to using all CPUs 886# may fallback to using all CPUs
883export OMP_NUM_THREADS = "${BB_NUMBER_THREADS}" 887export OMP_NUM_THREADS = "${BB_NUMBER_THREADS}"