From 46c17c9c47fcda7a98a2001dfeb0cc9222d11166 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 2 Apr 2013 14:34:49 -0700 Subject: ref-manual: Re-write of the IMAGE_FEATURES variable description. Added more explanatory text with appropriate links. Included a link to the new "how-to" section in the dev-manual. (From yocto-docs rev: 929185c387d9f745857786086750bf68cb4c7b9b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'documentation') 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 The list of features to include in an image. Typically, you configure this variable in an image recipe. - Note that you can also add extra features to the image by using the + You can also configure it in the local.conf + file found in the + Build Directory. + You can also add extra features to the image by using the EXTRA_IMAGE_FEATURES variable. - See the "Features" chapter for - information on feature support that ships with the Yocto - Project. + + For a list of image features that ships with the Yocto Project, + see the "Images" + section. + For some examples that show 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. -- cgit v1.2.3-54-g00ecf