diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 322ea3c7fd..9fc0a9444b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -13576,27 +13576,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
13576 | 13576 | ||
13577 | <glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR</glossterm> | 13577 | <glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR</glossterm> |
13578 | <info> | 13578 | <info> |
13579 | STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." | 13579 | STAGING_DIR[doc] = "Helps construct the recipe-sysroots directory, which is used during packaging." |
13580 | </info> | 13580 | </info> |
13581 | <glossdef> | 13581 | <glossdef> |
13582 | <para role="glossdeffirst"> | 13582 | <para role="glossdeffirst"> |
13583 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 13583 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
13584 | Specifies the path to the top-level sysroots directory | 13584 | Helps construct the <filename>recipe-sysroots</filename> |
13585 | (i.e. | 13585 | directory, which is used during packaging. |
13586 | <filename>${</filename><link linkend='var-TMPDIR'><filename>TMPDIR</filename></link><filename>}/sysroots</filename>). | ||
13587 | </para> | 13586 | </para> |
13588 | 13587 | ||
13589 | <para> | 13588 | <para> |
13590 | <filename>STAGING_DIR</filename> contains the directories | 13589 | For information on how staging for recipe-specific |
13591 | that are staged into the sysroot by the | 13590 | sysroots occurs, see the |
13592 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> | 13591 | <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> |
13593 | task. | 13592 | task, the |
13594 | See the | ||
13595 | <link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link> | ||
13596 | variable and the | ||
13597 | "<ulink url='&YOCTO_DOCS_DEV_URL;#new-sharing-files-between-recipes'>Sharing Files Between Recipes</ulink>" | 13593 | "<ulink url='&YOCTO_DOCS_DEV_URL;#new-sharing-files-between-recipes'>Sharing Files Between Recipes</ulink>" |
13598 | section, which is in the Yocto Project Development Tasks | 13594 | section in the Yocto Project Development Tasks Manual, the |
13599 | Manual for more information. | 13595 | "<ulink url='&YOCTO_DOCS_OM_URL;#configuration-compilation-and-staging-dev-environment'>Configuration, Compilation, and Staging</ulink>" |
13596 | section in the Yocto Project Overview and Concepts Manual, | ||
13597 | and the | ||
13598 | <link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link> | ||
13599 | variable. | ||
13600 | <note> | 13600 | <note> |
13601 | Recipes should never write files directly under | 13601 | Recipes should never write files directly under |
13602 | the <filename>STAGING_DIR</filename> directory because | 13602 | the <filename>STAGING_DIR</filename> directory because |