From fe59fed31c47ba071e42e9414c048c349ef6bf3d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 10:00:46 -0700 Subject: ref-manual: Edits to EXTRA_IMAGEDEPENDS variable. (From yocto-docs rev: 897552337c95156a49c7656f6a712bb00ee05ffb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 62e2d0de45..8de8eed25e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -990,8 +990,8 @@ Core layer for images cannot be removed EXTRA_IMAGEDEPENDS - A list of recipes to be built that do not provide packages to be installed in - the root filesystem. + A list of recipes to build that do not provide packages + for installing into the root filesystem. Sometimes a recipe is required to build the final image but is not needed in the root filesystem. @@ -1001,7 +1001,8 @@ Core layer for images cannot be removed To add packages to the root filesystem, see the various - *DEPENDS and *RECOMMENDS + *RDEPENDS + and *RRECOMMENDS variables. -- cgit v1.2.3-54-g00ecf