summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml38
1 files changed, 23 insertions, 15 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9c054eb936..b954fd036a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1226,21 +1226,29 @@ Core layer for images cannot be removed
1226 1226
1227 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 1227 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
1228 <glossdef> 1228 <glossdef>
1229 <para>The list of features to include in an image. 1229 <para>
1230 Typically, you configure this variable in an image recipe. 1230 The list of features to include in an image.
1231 You can also configure it in the <filename>local.conf</filename> 1231 Typically, you configure this variable in an image recipe.
1232 file found in the 1232 You can also configure it in the
1233 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 1233 <filename>local.conf</filename> file found in the
1234 <note>You can also add extra features to the image by using the 1234 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
1235 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. 1235 <note>
1236 </note> 1236 You can also add extra features to the image by using
1237 For a list of image features that ships with the Yocto Project, 1237 the
1238 see the "<link linkend="ref-features-image">Images</link>" 1238 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
1239 section. 1239 </note>
1240 For some examples that show how to customize your image by 1240 For a list of image features that ships with the Yocto
1241 using this variable, see the 1241 Project, see the
1242 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-imagefeatures'>Customizing Images Using Custom <filename>IMAGE_FEATURES</filename> and <filename>EXTRA_IMAGE_FEATURES</filename></ulink>" 1242 "<link linkend="ref-features-image">Images</link>"
1243 section in the Yocto Project Development Manual.</para> 1243 section.
1244 </para>
1245
1246 <para>
1247 For some examples that show how to customize your image by
1248 using this variable, see the
1249 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-imagefeatures'>Customizing Images Using Custom <filename>IMAGE_FEATURES</filename> and <filename>EXTRA_IMAGE_FEATURES</filename></ulink>"
1250 section in the Yocto Project Development Manual.
1251 </para>
1244 </glossdef> 1252 </glossdef>
1245 </glossentry> 1253 </glossentry>
1246 1254