summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index cfc7316a15..1d2c2e0022 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -882,8 +882,8 @@ XZ_DEFAULTS[vardepsexclude] += "XZ_MEMLIMIT XZ_THREADS"
882ZSTD_THREADS ?= "${@oe.utils.cpu_count(at_least=2)}" 882ZSTD_THREADS ?= "${@oe.utils.cpu_count(at_least=2)}"
883ZSTD_THREADS[vardepvalue] = "1" 883ZSTD_THREADS[vardepvalue] = "1"
884 884
885ZSTD_COMPRESSION_LEVEL ?= "-3" 885ZSTD_COMPRESSION_LEVEL ?= "3"
886ZSTD_DEFAULTS ?= "--threads=${ZSTD_THREADS} ${ZSTD_COMPRESSION_LEVEL}" 886ZSTD_DEFAULTS ?= "--threads=${ZSTD_THREADS} -${ZSTD_COMPRESSION_LEVEL}"
887ZSTD_DEFAULTS[vardepsexclude] = "ZSTD_THREADS" 887ZSTD_DEFAULTS[vardepsexclude] = "ZSTD_THREADS"
888 888
889# Limit the number of threads that OpenMP libraries will use. Otherwise they 889# Limit the number of threads that OpenMP libraries will use. Otherwise they