diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-08 15:49:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:32 +0100 |
commit | 8436b7a6a985d91d5f70a533ef6a021dc29b49e2 (patch) | |
tree | 3beb2dfc05ac84edb7a8abcdcb120b929bf6d7f3 | |
parent | 4f8364c0563a74baade379210c1c3880bf1e06d0 (diff) | |
download | poky-8436b7a6a985d91d5f70a533ef6a021dc29b49e2.tar.gz |
ref-manual: Updated the STAGING_DIR variable description.
This variable plays a much smaller role since recipe-specific
sysroots were implemented. I have rewritten the description to say
that STAGING_DIR helps construct the recipe-sysroots directory.
(From yocto-docs rev: c1ad18abe67111738efc18725c4f7706b55738cb)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 |