diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e25d632dc1..f3ff5b776b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -604,6 +604,7 @@ LINKER_HASH_STYLE:mipsarch:libc-musl = "sysv" | |||
604 | # Pass parallel make options to the compile task | 604 | # Pass parallel make options to the compile task |
605 | EXTRA_OEMAKE:prepend:task-compile = "${PARALLEL_MAKE} " | 605 | EXTRA_OEMAKE:prepend:task-compile = "${PARALLEL_MAKE} " |
606 | PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}" | 606 | PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}" |
607 | PARALLEL_MAKEINST[vardepvalue] = "1" | ||
607 | # Pass parallel make options to the install task | 608 | # Pass parallel make options to the install task |
608 | EXTRA_OEMAKE:prepend:task-install = "${PARALLEL_MAKEINST} " | 609 | EXTRA_OEMAKE:prepend:task-install = "${PARALLEL_MAKEINST} " |
609 | 610 | ||