summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-features.xml
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-06-24 11:13:59 +0100
commitb46af8aa112050b58417edc760cc736fa8cabb16 (patch)
treee83b92db5b9f49b0084d784330e1b03e3bbd644b /documentation/poky-ref-manual/ref-features.xml
parent4f7dd81c6f67889e2d566e78a6cfe755e16ba586 (diff)
downloadpoky-b46af8aa112050b58417edc760cc736fa8cabb16.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: 6c7789bd409f43a3978c09c43db31010bc461573) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-features.xml')
-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>