diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
379 | </glossdef> | 379 | </glossdef> |
380 | </glossentry> | 380 | </glossentry> |
381 | 381 | ||
382 | <glossentry id='var-EXTRA_IMAGEDEPENDS'><glossterm>EXTRA_IMAGEDEPENDS</glossterm> | ||
383 | <glossdef> | ||
384 | <para>A list of recipes to be built that do not provide packages to be installed in | ||
385 | the root filesystem. | ||
386 | </para> | ||
387 | <para>Sometimes a recipe is required to build the final image but is not | ||
388 | needed in the root filesystem. | ||
389 | You can use the <filename>EXTRA_IMAGEDEPENDS</filename> variable to | ||
390 | list these recipes and thus, specify the dependencies. | ||
391 | A typical example is a required bootloader in a machine configuration. | ||
392 | </para> | ||
393 | <note> | ||
394 | To add packages to the root filesystem, see the various | ||
395 | <filename>*DEPENDS</filename> and <filename>*RECOMMENDS</filename> | ||
396 | variables. | ||
397 | </note> | ||
398 | </glossdef> | ||
399 | </glossentry> | ||
400 | |||
382 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> | 401 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> |
383 | <glossdef> | 402 | <glossdef> |
384 | <para>Additional <filename>cmake</filename> options.</para> | 403 | <para>Additional <filename>cmake</filename> options.</para> |