diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 49e1fcd8bd..5e6ece440a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -1209,11 +1209,19 @@ Core layer for images cannot be removed | |||
| 1209 | <glossdef> | 1209 | <glossdef> |
| 1210 | <para>The list of features to include in an image. | 1210 | <para>The list of features to include in an image. |
| 1211 | Typically, you configure this variable in an image recipe. | 1211 | Typically, you configure this variable in an image recipe. |
| 1212 | Note that you can also add extra features to the image by using the | 1212 | You can also configure it in the <filename>local.conf</filename> |
| 1213 | file found in the | ||
| 1214 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. | ||
| 1215 | <note>You can also add extra features to the image by using the | ||
| 1213 | <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. | 1216 | <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. |
| 1214 | See the "<link linkend="ref-features">Features</link>" chapter for | 1217 | </note> |
| 1215 | information on feature support that ships with the Yocto | 1218 | For a list of image features that ships with the Yocto Project, |
| 1216 | Project.</para> | 1219 | see the "<link linkend="ref-features-image">Images</link>" |
| 1220 | section. | ||
| 1221 | For some examples that show how to customize your image by | ||
| 1222 | using this variable, see the | ||
| 1223 | "<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>" | ||
| 1224 | section in the Yocto Project Development Manual.</para> | ||
| 1217 | </glossdef> | 1225 | </glossdef> |
| 1218 | </glossentry> | 1226 | </glossentry> |
| 1219 | 1227 | ||
