summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-10 16:58:07 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:48 +0100
commit50af2dc53778c712c21538f82025427d558cba63 (patch)
tree3af4a7ca9b26c8997c0e9214b0aa06fe19f4a2ac /documentation/ref-manual/ref-variables.xml
parent088da288438eaabe2a31a73e626bfc56323330dc (diff)
downloadpoky-50af2dc53778c712c21538f82025427d558cba63.tar.gz
ref-manuals: Edits to the STAGING_DIR_HOST variable.
Fixed some poor formatting. (From yocto-docs rev: ec132a852c1fac3d63c778c12448821c2052fd57) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a534ae3060..518dc2e3f6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7812,16 +7812,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7812 Depending on the type of recipe and the build target, the 7812 Depending on the type of recipe and the build target, the
7813 recipe's value is as follows: 7813 recipe's value is as follows:
7814 <itemizedlist> 7814 <itemizedlist>
7815 <listitem><para><emphasis>Recipes Building for the Target Machine</emphasis>: 7815 <listitem><para>For recipes building for the target
7816 The value is "${STAGING_DIR}/${MACHINE}". 7816 machine, the value is "${STAGING_DIR}/${MACHINE}".
7817 </para></listitem> 7817 </para></listitem>
7818 <listitem><para><emphasis>Native Recipes Building for the Build Host</emphasis>: 7818 <listitem><para>For <filename>native</filename>
7819 The value is empty given the assumption that when 7819 recipes building
7820 building for the build host, the build host's own 7820 for the build host, the value is empty given the
7821 directories should be used. 7821 assumption that when building for the build host,
7822 the build host's own directories should be used.
7822 </para></listitem> 7823 </para></listitem>
7823 <listitem><para><emphasis><filename>nativesdk</filename> Recipes that Build for the SDK</emphasis>: 7824 <listitem><para>For <filename>nativesdk</filename>
7824 The value is "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". 7825 recipes that Build for the SDK, the value is
7826 "${STAGING_DIR}/${MULTIMACH_HOST_SYS}".
7825 </para></listitem> 7827 </para></listitem>
7826 </itemizedlist> 7828 </itemizedlist>
7827 </para> 7829 </para>