diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-02 15:00:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:45 +0100 |
commit | d86118764f3bc32e1af1ea54b854f2923b63eaa7 (patch) | |
tree | 130e90f2f04ff97e6eac93e9c221662f3dc644f5 /documentation/ref-manual/ref-variables.xml | |
parent | c0d6c1731d20c6b14b55fe512f722ddffcd14746 (diff) | |
download | poky-d86118764f3bc32e1af1ea54b854f2923b63eaa7.tar.gz |
ref-manual: small corrections to the IMAGE_FEATURES variable.
(From yocto-docs rev: 1e7614c239eb26eeb929a913bb78037721a6124d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 38 |
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 | ||