diff options
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 21fd93e58d..6e063dc14d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -791,6 +791,9 @@ BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}" | |||
| 791 | # Default to setting automatically based on cpu count | 791 | # Default to setting automatically based on cpu count |
| 792 | PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" | 792 | PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" |
| 793 | 793 | ||
| 794 | # Default parallelism and resource usage for xz | ||
| 795 | XZ_DEFAULTS ?= "--memlimit=50% --threads=${@oe.utils.cpu_count()}" | ||
| 796 | |||
| 794 | ################################################################## | 797 | ################################################################## |
| 795 | # Magic Cookie for SANITY CHECK | 798 | # Magic Cookie for SANITY CHECK |
| 796 | ################################################################## | 799 | ################################################################## |
