From b46af8aa112050b58417edc760cc736fa8cabb16 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: 6c7789bd409f43a3978c09c43db31010bc461573) 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(-) (limited to 'documentation/poky-ref-manual/ref-features.xml') 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