From ac174aaeba7bd5db2f877650d0e969ac49265ac3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 16 Nov 2011 13:55:07 -0800 Subject: documentation/poky-ref-manual/ref-variables.xml: EXTRA_IMAGEDEPENDS added. New glossary entry added. Reported-by: Darren Hart. (From yocto-docs rev: 03845586f7331630bd1d9b5eebb9df9eccbd05a0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index fc4fb9c5b1..f00f9038bb 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -379,6 +379,25 @@ + EXTRA_IMAGEDEPENDS + + A list of recipes to be built that do not provide packages to be installed in + the root filesystem. + + Sometimes a recipe is required to build the final image but is not + needed in the root filesystem. + You can use the EXTRA_IMAGEDEPENDS variable to + list these recipes and thus, specify the dependencies. + A typical example is a required bootloader in a machine configuration. + + + To add packages to the root filesystem, see the various + *DEPENDS and *RECOMMENDS + variables. + + + + EXTRA_OECMAKE Additional cmake options. -- cgit v1.2.3-54-g00ecf