summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-16 07:49:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:13:59 +0100
commit4f7dd81c6f67889e2d566e78a6cfe755e16ba586 (patch)
tree62d462d94bd95f6019e2414b3b69eba860d8269c /documentation
parent497d774201f2f222527f6c53f22c6f04877fc416 (diff)
downloadpoky-4f7dd81c6f67889e2d566e78a6cfe755e16ba586.tar.gz
documentation/poky-ref-manual/ref-variables.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES
Added a cross-reference to the EXTRA_IMAGE_VARIABLES glossary term and provided more explanation describing the relationship between the variable and the IMAGE_FEATURES variable. (From yocto-docs rev: 227c11b8d81e9ae266b7e60172d0a5e9e1237ed0) 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.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 1aa00f3d84..3601c97ded 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -399,7 +399,11 @@
399 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 399 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
400 <glossdef> 400 <glossdef>
401 <para><link linkend="ref-features-image">List of 401 <para><link linkend="ref-features-image">List of
402 features</link> present in resulting images</para> 402 features</link> present in resulting images.
403 Typically you configure this variable in image recipes.
404 Note that you can add extra features to the image by using the
405 <link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link>
406 variable.</para>
403 </glossdef> 407 </glossdef>
404 </glossentry> 408 </glossentry>
405 409