From d81e13a138e5a00e02cac182ad8f2df45a796115 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Jun 2011 10:29:40 -0700 Subject: documentation/poky-ref-manual/ref-features.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES The Images reference section states you can control what features are in an image by using the IMAGE_FEATURES variable. It failed to mention the EXTRA_IMAGE_FEATURES variable. I included this variable in the discussion. (From yocto-docs rev: 0149133ce08e161cffc2a66721537a17623da79e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-features.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml index cde9588116..b9288bc82c 100644 --- a/documentation/poky-ref-manual/ref-features.xml +++ b/documentation/poky-ref-manual/ref-features.xml @@ -211,12 +211,14 @@ Reference: Images - The contents of images generated by Poky can be controlled by the IMAGE_FEATURES - variable in local.conf. Through this you can add several different - predefined packages such as development utilities or packages with debug - information needed to investigate application problems or profile applications. + The contents of images generated by Poky can be controlled by the + + IMAGE_FEATURES variable and the in local.conf and the + + EXTRA_IMAGE_FEATURES that you typically configure in your image recipes. + Through these varibales you can add several different + predefined packages such as development utilities or packages with debug + information needed to investigate application problems or profile applications. -- cgit v1.2.3-54-g00ecf