summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-10 12:54:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:00 +0000
commit0410f3686039b6089fc20174195f56adb18b985b (patch)
tree4e9d9c803c01b6eac3e4bdd77140a357a3a3af28 /documentation
parent32f6b1329393f201c9f7ee34bb880258f31d0704 (diff)
downloadast2050-yocto-poky-0410f3686039b6089fc20174195f56adb18b985b.zip
ast2050-yocto-poky-0410f3686039b6089fc20174195f56adb18b985b.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 55bbc2b..e377c26 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -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.
</para></listitem>
<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}".
</para></listitem>
</itemizedlist>
@@ -10858,26 +10858,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</info>
<glossdef>
<para>
- The toolchain binary prefix for the target tools.
+ Specifies the prefix used for the path of the toolchain
+ binary target tools.
</para>
<para>
- Depending on what you are building your image for, the
- OpenEmbedded build system sets
- <filename>TARGET_PREFIX</filename> as follows:
+ Depending on the type of recipe and the build target,
+ <filename>TARGET_PREFIX</filename> is set as follows:
<itemizedlist>
<listitem><para>
- For targets, which is the default, the build
- system sets the variable to
+ For recipes building for the target machine,
+ the value is
"${<link linkend='var-TARGET_SYS'>TARGET_SYS</link>}-".
</para></listitem>
<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
<filename>BUILD_PREFIX</filename>.
</para></listitem>
<listitem><para>
- For a <filename>nativesdk</filename> recipe, the
+ For <filename>nativesdk</filename> recipes, the
build system sets the variable to the value of
<filename>SDK_PREFIX</filename>.
</para></listitem>
OpenPOWER on IntegriCloud