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.