summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-16 10:29:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-20 22:35:17 +0000
commitd81e13a138e5a00e02cac182ad8f2df45a796115 (patch)
tree24f33fe096c64ca6f140603ac5f91245ab2ee373
parent3d9db8b27536d27c7d1952a58808c8ff3f269486 (diff)
downloadpoky-d81e13a138e5a00e02cac182ad8f2df45a796115.tar.gz
documentation/poky-ref-manual/ref-features.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES
The Images reference section states you can control what features are in an image by using the IMAGE_FEATURES variable. It failed to mention the EXTRA_IMAGE_FEATURES variable. I included this variable in the discussion. (From yocto-docs rev: 0149133ce08e161cffc2a66721537a17623da79e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-features.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml
index cde9588116..b9288bc82c 100644
--- a/documentation/poky-ref-manual/ref-features.xml
+++ b/documentation/poky-ref-manual/ref-features.xml
@@ -211,12 +211,14 @@
211 <title>Reference: Images</title> 211 <title>Reference: Images</title>
212 212
213 <para> 213 <para>
214 The contents of images generated by Poky can be controlled by the <glossterm 214 The contents of images generated by Poky can be controlled by the
215 linkend='var-IMAGE_FEATURES'><link 215 <glossterm linkend='var-IMAGE_FEATURES'><link linkend='var-IMAGE_FEATURES'>
216 linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></glossterm> 216 IMAGE_FEATURES</link></glossterm> variable and the in local.conf and the
217 variable in local.conf. Through this you can add several different 217 <glossterm linkend='var-EXTRA_IMAGE_FEATURES'><link linkend='var-EXTRA_IMAGE_FEATURES'>
218 predefined packages such as development utilities or packages with debug 218 EXTRA_IMAGE_FEATURES</link></glossterm> that you typically configure in your image recipes.
219 information needed to investigate application problems or profile applications. 219 Through these varibales you can add several different
220 predefined packages such as development utilities or packages with debug
221 information needed to investigate application problems or profile applications.
220 </para> 222 </para>
221 223
222 <para> 224 <para>