diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 4 |
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" | |||
| 882 | ZSTD_THREADS ?= "${@oe.utils.cpu_count(at_least=2)}" | 882 | ZSTD_THREADS ?= "${@oe.utils.cpu_count(at_least=2)}" |
| 883 | ZSTD_THREADS[vardepvalue] = "1" | 883 | ZSTD_THREADS[vardepvalue] = "1" |
| 884 | 884 | ||
| 885 | ZSTD_COMPRESSION_LEVEL ?= "-3" | 885 | ZSTD_COMPRESSION_LEVEL ?= "3" |
| 886 | ZSTD_DEFAULTS ?= "--threads=${ZSTD_THREADS} ${ZSTD_COMPRESSION_LEVEL}" | 886 | ZSTD_DEFAULTS ?= "--threads=${ZSTD_THREADS} -${ZSTD_COMPRESSION_LEVEL}" |
| 887 | ZSTD_DEFAULTS[vardepsexclude] = "ZSTD_THREADS" | 887 | ZSTD_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 |
