From 5e4229ed5d082832275ec2c51b5f2505bf2a53cd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Apr 2013 15:30:49 -0700 Subject: [PATCH] ref-manual: Edits to the IMAGE_FEATURES variable. Changes to show the best way to use this variable in relation to the EXTRA_IMAGE_FEATURES variable. (From yocto-docs rev: 3afa91f8fdecae18320364d9332639e725ecef5a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 +++++++------- 1 file 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 IMAGE_FEATURES - The list of features to include in an image. + The primary list of features to include in an image. Typically, you configure this variable in an image recipe. - You can also configure it in the - local.conf file found in the - Build Directory. + Although you can use this variable from your + local.conf file, which is found in the + Build Directory, + best practices dictate that you do not. - You can also add extra features to the image by using - the + Add extra features to the image by using the EXTRA_IMAGE_FEATURES variable. For a list of image features that ships with the Yocto @@ -1251,7 +1251,7 @@ Core layer for images cannot be removed - For some examples that show how to customize your image by + For example that shows how to customize your image by using this variable, see the "Customizing Images Using Custom IMAGE_FEATURES and EXTRA_IMAGE_FEATURES" section in the Yocto Project Development Manual.