mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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:
committed by
Richard Purdie
parent
f378dfb408
commit
fe59fed31c
@@ -990,8 +990,8 @@ Core layer for images cannot be removed
|
|||||||
|
|
||||||
<glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm>
|
<glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>A list of recipes to be built that do not provide packages to be installed in
|
<para>A list of recipes to build that do not provide packages
|
||||||
the root filesystem.
|
for installing into the root filesystem.
|
||||||
</para>
|
</para>
|
||||||
<para>Sometimes a recipe is required to build the final image but is not
|
<para>Sometimes a recipe is required to build the final image but is not
|
||||||
needed in the root filesystem.
|
needed in the root filesystem.
|
||||||
@@ -1001,7 +1001,8 @@ Core layer for images cannot be removed
|
|||||||
</para>
|
</para>
|
||||||
<note>
|
<note>
|
||||||
To add packages to the root filesystem, see the various
|
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.
|
variables.
|
||||||
</note>
|
</note>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
|
|||||||
Reference in New Issue
Block a user