summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml20
1 files changed, 17 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2e59e49f82..ea00098aed 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -547,9 +547,18 @@
547 547
548 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> 548 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm>
549 <glossdef> 549 <glossdef>
550 <para>The maximum number of tasks BitBake should run in parallel at any one time. 550 <para>
551 If your host development system supports multiple cores, a good rule of thumb 551 The maximum number of tasks BitBake should run in parallel
552 is to set this variable to twice the number of cores.</para> 552 at any one time.
553 If your host development system supports multiple cores,
554 a good rule of thumb is to set this variable to twice the
555 number of cores.
556 </para>
557
558 <para>
559 The default value for <filename>BB_NUMBER_THREADS</filename>
560 is equal to the number of cores your build system has.
561 </para>
553 </glossdef> 562 </glossdef>
554 </glossentry> 563 </glossentry>
555 564
@@ -4792,9 +4801,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4792 <filename>-j 4</filename>, where the number 4801 <filename>-j 4</filename>, where the number
4793 represents the maximum number of parallel threads make can 4802 represents the maximum number of parallel threads make can
4794 run. 4803 run.
4804 </para>
4805
4806 <para>
4795 If you development host supports multiple cores a good 4807 If you development host supports multiple cores a good
4796 rule of thumb is to set this variable to twice the number 4808 rule of thumb is to set this variable to twice the number
4797 of cores on the host. 4809 of cores on the host.
4810 If you do not set <filename>PARALLEL_MAKE</filename>, it
4811 defaults to the number of cores your build system has.
4798 <note> 4812 <note>
4799 Individual recipes might clear out this variable if 4813 Individual recipes might clear out this variable if
4800 the software being built has problems running its 4814 the software being built has problems running its