1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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>
This commit is contained in:
Scott Rifenbark
2018-05-08 15:49:14 -07:00
committed by Richard Purdie
parent 4f8364c056
commit 8436b7a6a9
+12 -12
View File
@@ -13576,27 +13576,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR</glossterm> <glossentry id='var-STAGING_DIR'><glossterm>STAGING_DIR</glossterm>
<info> <info>
STAGING_DIR[doc] = "Specifies the path to the top-level sysroots directory (i.e. ${TMPDIR}/sysroots)." STAGING_DIR[doc] = "Helps construct the recipe-sysroots directory, which is used during packaging."
</info> </info>
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
Specifies the path to the top-level sysroots directory Helps construct the <filename>recipe-sysroots</filename>
(i.e. directory, which is used during packaging.
<filename>${</filename><link linkend='var-TMPDIR'><filename>TMPDIR</filename></link><filename>}/sysroots</filename>).
</para> </para>
<para> <para>
<filename>STAGING_DIR</filename> contains the directories For information on how staging for recipe-specific
that are staged into the sysroot by the sysroots occurs, see the
<link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link> <link linkend='ref-tasks-populate_sysroot'><filename>do_populate_sysroot</filename></link>
task. task, the
See the
<link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link>
variable and the
"<ulink url='&YOCTO_DOCS_DEV_URL;#new-sharing-files-between-recipes'>Sharing Files Between Recipes</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#new-sharing-files-between-recipes'>Sharing Files Between Recipes</ulink>"
section, which is in the Yocto Project Development Tasks section in the Yocto Project Development Tasks Manual, the
Manual for more information. "<ulink url='&YOCTO_DOCS_OM_URL;#configuration-compilation-and-staging-dev-environment'>Configuration, Compilation, and Staging</ulink>"
section in the Yocto Project Overview and Concepts Manual,
and the
<link linkend='var-SYSROOT_DIRS'><filename>SYSROOT_DIRS</filename></link>
variable.
<note> <note>
Recipes should never write files directly under Recipes should never write files directly under
the <filename>STAGING_DIR</filename> directory because the <filename>STAGING_DIR</filename> directory because