1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

ref-manual: Updated STAGING_DIR_HOST variable description.

Fixed some grammar issues.

(From yocto-docs rev: 5d19e2102d1251dd4fa561995c29191c1489f7fc)

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 12:20:37 -07:00
committed by Richard Purdie
parent f37bb8f663
commit 461dba44fa
+18 -15
View File
@@ -13618,11 +13618,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<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 sysroot directory for the system Specifies the path to the sysroot directory for the system
that the component is built to run on (the system that hosts on which the component is built to run (the system that
the component). hosts the component).
For most recipes, this sysroot is the one that the recipe's For most recipes, this sysroot is the one in which that
recipe's
<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 copies files into. task copies files.
Exceptions include <filename>-native</filename> recipes, Exceptions include <filename>-native</filename> recipes,
where the <filename>do_populate_sysroot</filename> task where the <filename>do_populate_sysroot</filename> task
instead uses instead uses
@@ -13631,17 +13632,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<filename>STAGING_DIR_HOST</filename> can have the <filename>STAGING_DIR_HOST</filename> can have the
following values: following values:
<itemizedlist> <itemizedlist>
<listitem><para>For recipes building for the target <listitem><para>
machine, the value is For recipes building for the target machine, the
value is
"${<link linkend='var-STAGING_DIR'>STAGING_DIR</link>}/${<link linkend='var-MACHINE'>MACHINE</link>}". "${<link linkend='var-STAGING_DIR'>STAGING_DIR</link>}/${<link linkend='var-MACHINE'>MACHINE</link>}".
</para></listitem> </para></listitem>
<listitem><para>For native recipes building <listitem><para>
for the build host, the value is empty given the For native recipes building for the build host, the
assumption that when building for the build host, value is empty given the assumption that when
the build host's own directories should be used. building for the build host, the build host's own
<note><para> directories should be used.
<filename>-native</filename> recipes are not <note>
installed into host paths like such as <para><filename>-native</filename> recipes are
not installed into host paths like such as
<filename>/usr</filename>. <filename>/usr</filename>.
Rather, these recipes are installed into Rather, these recipes are installed into
<filename>STAGING_DIR_NATIVE</filename>. <filename>STAGING_DIR_NATIVE</filename>.
@@ -13657,7 +13660,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
example, GCC's <filename>-isystem</filename> example, GCC's <filename>-isystem</filename>
option.</para> option.</para>
<para>This emphasizes that the <para>Thus, the emphasis is that the
<filename>STAGING_DIR*</filename> variables <filename>STAGING_DIR*</filename> variables
should be viewed as input variables by tasks should be viewed as input variables by tasks
such as such as
@@ -13671,7 +13674,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<filename>-native</filename> recipes, as <filename>-native</filename> recipes, as
they make use of host headers and libraries. they make use of host headers and libraries.
</para> </para>
</note> </note>
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>