ref-manual: Edits to EXTRA_IMAGEDEPENDS variable.

(From yocto-docs rev: 897552337c95156a49c7656f6a712bb00ee05ffb)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-03-28 10:00:46 -07:00 committed by Richard Purdie
parent f378dfb408
commit fe59fed31c
1 changed files with 4 additions and 3 deletions

View File

@ -990,8 +990,8 @@ Core layer for images cannot be removed
<glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm>
<glossdef>
<para>A list of recipes to be built that do not provide packages to be installed in
the root filesystem.
<para>A list of recipes to build that do not provide packages
for installing into the root filesystem.
</para>
<para>Sometimes a recipe is required to build the final image but is not
needed in the root filesystem.
@ -1001,7 +1001,8 @@ Core layer for images cannot be removed
</para>
<note>
To add packages to the root filesystem, see the various
<filename>*DEPENDS</filename> and <filename>*RECOMMENDS</filename>
<filename>*<link linkend='var-RDEPENDS'>RDEPENDS</link></filename>
and <filename>*<link linkend='var-RRECOMMENDS'>RRECOMMENDS</link></filename>
variables.
</note>
</glossdef>