mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
ref-manual: Updates to TARGET_PREFIX and STAGING_DIR_HOST variables.
Small typo fix for STAGING_DIR_HOST. Some re-wordings for TARGET_PREFIX. (From yocto-docs rev: 919a13436de6ea150f685a50b6ecc8154b75da86) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
32f6b13293
commit
0410f36860
@@ -10147,7 +10147,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
the build host's own directories should be used.
|
the build host's own directories should be used.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>For <filename>nativesdk</filename>
|
<listitem><para>For <filename>nativesdk</filename>
|
||||||
recipes that Build for the SDK, the value is
|
recipes that build for the SDK, the value is
|
||||||
"${STAGING_DIR}/${MULTIMACH_HOST_SYS}".
|
"${STAGING_DIR}/${MULTIMACH_HOST_SYS}".
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@@ -10858,26 +10858,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
</info>
|
</info>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
The toolchain binary prefix for the target tools.
|
Specifies the prefix used for the path of the toolchain
|
||||||
|
binary target tools.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Depending on what you are building your image for, the
|
Depending on the type of recipe and the build target,
|
||||||
OpenEmbedded build system sets
|
<filename>TARGET_PREFIX</filename> is set as follows:
|
||||||
<filename>TARGET_PREFIX</filename> as follows:
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
For targets, which is the default, the build
|
For recipes building for the target machine,
|
||||||
system sets the variable to
|
the value is
|
||||||
"${<link linkend='var-TARGET_SYS'>TARGET_SYS</link>}-".
|
"${<link linkend='var-TARGET_SYS'>TARGET_SYS</link>}-".
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
For a <filename>native</filename> recipe, the build
|
For <filename>native</filename> recipes, the build
|
||||||
system sets the variable to the value of
|
system sets the variable to the value of
|
||||||
<filename>BUILD_PREFIX</filename>.
|
<filename>BUILD_PREFIX</filename>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
For a <filename>nativesdk</filename> recipe, the
|
For <filename>nativesdk</filename> recipes, the
|
||||||
build system sets the variable to the value of
|
build system sets the variable to the value of
|
||||||
<filename>SDK_PREFIX</filename>.
|
<filename>SDK_PREFIX</filename>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|||||||
Reference in New Issue
Block a user