From d86118764f3bc32e1af1ea54b854f2923b63eaa7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 2 Apr 2013 15:00:15 -0700 Subject: [PATCH] ref-manual: small corrections to the IMAGE_FEATURES variable. (From yocto-docs rev: 1e7614c239eb26eeb929a913bb78037721a6124d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 38 +++++++++++++--------- 1 file 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 IMAGE_FEATURES - The 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. - You can also add extra features to the image by using the - EXTRA_IMAGE_FEATURES variable. - - 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. + + The 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. + + You can also add extra features to the image by using + the + EXTRA_IMAGE_FEATURES variable. + + 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. +