diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-11-16 13:55:07 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 15:24:19 +0000 |
commit | ac174aaeba7bd5db2f877650d0e969ac49265ac3 (patch) | |
tree | e231a36dbf61b0342f91c36c0c469bbe5f10a2a1 /documentation | |
parent | affc8b985a6b059424ae67e230cdc1f1215c9977 (diff) | |
download | poky-ac174aaeba7bd5db2f877650d0e969ac49265ac3.tar.gz |
documentation/poky-ref-manual/ref-variables.xml: EXTRA_IMAGEDEPENDS added.
New glossary entry added.
Reported-by: Darren Hart.
(From yocto-docs rev: 03845586f7331630bd1d9b5eebb9df9eccbd05a0)
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 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index fc4fb9c5b1..f00f9038bb 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -379,6 +379,25 @@ | |||
379 | </glossdef> | 379 | </glossdef> |
380 | </glossentry> | 380 | </glossentry> |
381 | 381 | ||
382 | <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm> | ||
383 | <glossdef> | ||
384 | <para>A list of recipes to be built that do not provide packages to be installed in | ||
385 | the root filesystem. | ||
386 | </para> | ||
387 | <para>Sometimes a recipe is required to build the final image but is not | ||
388 | needed in the root filesystem. | ||
389 | You can use the <filename>EXTRA_IMAGEDEPENDS</filename> variable to | ||
390 | list these recipes and thus, specify the dependencies. | ||
391 | A typical example is a required bootloader in a machine configuration. | ||
392 | </para> | ||
393 | <note> | ||
394 | To add packages to the root filesystem, see the various | ||
395 | <filename>*DEPENDS</filename> and <filename>*RECOMMENDS</filename> | ||
396 | variables. | ||
397 | </note> | ||
398 | </glossdef> | ||
399 | </glossentry> | ||
400 | |||
382 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> | 401 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> |
383 | <glossdef> | 402 | <glossdef> |
384 | <para>Additional <filename>cmake</filename> options.</para> | 403 | <para>Additional <filename>cmake</filename> options.</para> |