summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 7ebe165e10..65f52b43af 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -16,7 +16,7 @@
16 16
17 <para> 17 <para>
18 <link linkend='var-AUTHOR'>A</link> 18 <link linkend='var-AUTHOR'>A</link>
19 <link linkend='var-BB_NUMBER_THREADS'>B</link> 19 <link linkend='var-BAD_RECOMMENDATIONS'>B</link>
20 <link linkend='var-CFLAGS'>C</link> 20 <link linkend='var-CFLAGS'>C</link>
21 <link linkend='var-D'>D</link> 21 <link linkend='var-D'>D</link>
22 <link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>E</link> 22 <link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>E</link>
@@ -64,6 +64,14 @@
64 64
65 <glossdiv id='var-glossary-b'><title>B</title> 65 <glossdiv id='var-glossary-b'><title>B</title>
66 66
67 <glossentry id='var-BAD_RECOMMENDATIONS'><glossterm>BAD_RECOMMENDATIONS</glossterm>
68 <glossdef>
69 <para>A list of packages not to install despite being recommended by a recipe.
70 Support for this variable exists only for images that use the
71 <filename>ipkg</filename> packaging system.</para>
72 </glossdef>
73 </glossentry>
74
67 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> 75 <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm>
68 <glossdef> 76 <glossdef>
69 <para>The maximum number of tasks BitBake should run in parallel at any one time. 77 <para>The maximum number of tasks BitBake should run in parallel at any one time.