diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0f36bb935e..0f86def5ca 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1234,14 +1234,14 @@ Core layer for images cannot be removed | |||
1234 | <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> | 1234 | <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> |
1235 | <glossdef> | 1235 | <glossdef> |
1236 | <para> | 1236 | <para> |
1237 | The list of features to include in an image. | 1237 | The primary list of features to include in an image. |
1238 | Typically, you configure this variable in an image recipe. | 1238 | Typically, you configure this variable in an image recipe. |
1239 | You can also configure it in the | 1239 | Although you can use this variable from your |
1240 | <filename>local.conf</filename> file found in the | 1240 | <filename>local.conf</filename> file, which is found in the |
1241 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | 1241 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, |
1242 | best practices dictate that you do not. | ||
1242 | <note> | 1243 | <note> |
1243 | You can also add extra features to the image by using | 1244 | Add extra features to the image by using the |
1244 | the | ||
1245 | <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. | 1245 | <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. |
1246 | </note> | 1246 | </note> |
1247 | For a list of image features that ships with the Yocto | 1247 | For a list of image features that ships with the Yocto |
@@ -1251,7 +1251,7 @@ Core layer for images cannot be removed | |||
1251 | </para> | 1251 | </para> |
1252 | 1252 | ||
1253 | <para> | 1253 | <para> |
1254 | For some examples that show how to customize your image by | 1254 | For example that shows how to customize your image by |
1255 | using this variable, see the | 1255 | using this variable, see the |
1256 | "<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>" | 1256 | "<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>" |
1257 | section in the Yocto Project Development Manual. | 1257 | section in the Yocto Project Development Manual. |