From 4be429fea591b77de75daaa9fd037f1a23ef7057 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 Apr 2013 07:15:31 -0700 Subject: [PATCH] ref-manual: Adjusted IMAGE_FEATURES and EXTRA_IMAGE_FEATURES notes Comments from Paul Eggleton applied. Basically, reinforcing enabling features from inside and outside of the image. Changed the wording of the respective notes. (From yocto-docs rev: 23897c6ebc56dde63803293c0992b2d5c6ff7345) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 258b13efde..ccb48e438b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -954,10 +954,10 @@ Core layer for images cannot be removed Although you can use this variable from within a recipe, best practices dictate that you do not. - Use the + To enable primary features from within the image, use + the IMAGE_FEATURES - variable from within a recipe to define the primary - list of features you want to add to the image. + variable. @@ -1243,7 +1243,8 @@ Core layer for images cannot be removed Build Directory, best practices dictate that you do not. - Add extra features to the image by using the + To enable extra features from outside the image, + use the EXTRA_IMAGE_FEATURES variable. For a list of image features that ships with the Yocto