diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-23 09:46:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 18:00:00 +0100 |
commit | 46bd7cbdc51bf4cb66a2cda193b77cd80e73a77b (patch) | |
tree | a2de4a2587786d8d9b668e62860b98997a44a113 /documentation | |
parent | 315cb8ebcf2d5c7657d0b694c5fecf68fb09782f (diff) | |
download | poky-46bd7cbdc51bf4cb66a2cda193b77cd80e73a77b.tar.gz |
documentation/poky-ref-manual/ref-variables.xml: added BAD_RECOMMENDATIONS
New variable for images that use the ipkg packaging system. These
are packages you don't want to install even when the recipe calls
for it.
(From yocto-docs rev: 78d53b5da4bbd6889a34be8a1c795a5658cb6b1e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 10 |
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. |