From 4f7dd81c6f67889e2d566e78a6cfe755e16ba586 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Jun 2011 07:49:23 -0700 Subject: [PATCH] documentation/poky-ref-manual/ref-variables.xml: YOCTO #1104 EXTRA_IMAGE_FEATURES Added a cross-reference to the EXTRA_IMAGE_VARIABLES glossary term and provided more explanation describing the relationship between the variable and the IMAGE_FEATURES variable. (From yocto-docs rev: 227c11b8d81e9ae266b7e60172d0a5e9e1237ed0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 1aa00f3d84..3601c97ded 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -399,7 +399,11 @@ IMAGE_FEATURES List of - features present in resulting images + features present in resulting images. + Typically you configure this variable in image recipes. + Note that you can add extra features to the image by using the + EXTRA_IMAGE_FEATURES + variable.