summaryrefslogtreecommitdiffstats
path: root/handbook/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/ref-variables.xml')
-rw-r--r--handbook/ref-variables.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml
index a3590e1072..5d821a2108 100644
--- a/handbook/ref-variables.xml
+++ b/handbook/ref-variables.xml
@@ -66,7 +66,7 @@
66 66
67 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> 67 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm>
68 <glossdef> 68 <glossdef>
69 <para>Number of BitBake threads</para> 69 <para>The maximum number of tasks BitBake should run in parallel at any one time</para>
70 </glossdef> 70 </glossdef>
71 </glossentry> 71 </glossentry>
72 72
@@ -483,6 +483,14 @@
483 </glossdef> 483 </glossdef>
484 </glossentry> 484 </glossentry>
485 485
486 <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm>
487 <glossdef>
488 <para>Extra options that are passed to the make command during the
489 compile tasks. This is usually of the form '-j 4' where the number
490 represents the maximum number of parallel threads make can run.</para>
491 </glossdef>
492 </glossentry>
493
486 <glossentry id='var-PN'><glossterm>PN</glossterm> 494 <glossentry id='var-PN'><glossterm>PN</glossterm>
487 <glossdef> 495 <glossdef>
488 <para>Name of package. 496 <para>Name of package.
@@ -532,6 +540,13 @@
532 </glossdef> 540 </glossdef>
533 </glossentry> 541 </glossentry>
534 542
543 <glossentry id='var-POKY_EXTRA_INSTALL'><glossterm>POKY_EXTRA_INSTALL</glossterm>
544 <glossdef>
545 <para>List of packages to be added to the image. This should
546 only be set in <filename>local.conf</filename>.</para>
547 </glossdef>
548 </glossentry>
549
535 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> 550 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm>
536 <glossdef> 551 <glossdef>
537 <para>Libc implementation selector - glibc or uclibc can be selected.</para> 552 <para>Libc implementation selector - glibc or uclibc can be selected.</para>