summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 10:00:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:38 +0100
commitfe59fed31c47ba071e42e9414c048c349ef6bf3d (patch)
tree18e668ee175da9e91bb7305856f4e769b6112d67 /documentation/ref-manual/ref-variables.xml
parentf378dfb408b1e60aaf168375a7ff44e91e1f5704 (diff)
downloadpoky-fe59fed31c47ba071e42e9414c048c349ef6bf3d.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 62e2d0de45..8de8eed25e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -990,8 +990,8 @@ Core layer for images cannot be removed
990 990
991 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm> 991 <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm>
992 <glossdef> 992 <glossdef>
993 <para>A list of recipes to be built that do not provide packages to be installed in 993 <para>A list of recipes to build that do not provide packages
994 the root filesystem. 994 for installing into the root filesystem.
995 </para> 995 </para>
996 <para>Sometimes a recipe is required to build the final image but is not 996 <para>Sometimes a recipe is required to build the final image but is not
997 needed in the root filesystem. 997 needed in the root filesystem.
@@ -1001,7 +1001,8 @@ Core layer for images cannot be removed
1001 </para> 1001 </para>
1002 <note> 1002 <note>
1003 To add packages to the root filesystem, see the various 1003 To add packages to the root filesystem, see the various
1004 <filename>*DEPENDS</filename> and <filename>*RECOMMENDS</filename> 1004 <filename>*<link linkend='var-RDEPENDS'>RDEPENDS</link></filename>
1005 and <filename>*<link linkend='var-RRECOMMENDS'>RRECOMMENDS</link></filename>
1005 variables. 1006 variables.
1006 </note> 1007 </note>
1007 </glossdef> 1008 </glossdef>