aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
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
parent088da288438eaabe2a31a73e626bfc56323330dc (diff)
downloadopenembedded-core-contrib-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')
-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"
Depending on the type of recipe and the build target, the
recipe's value is as follows:
<itemizedlist>
- <listitem><para><emphasis>Recipes Building for the Target Machine</emphasis>:
- The value is "${STAGING_DIR}/${MACHINE}".
+ <listitem><para>For recipes building for the target
+ machine, the value is "${STAGING_DIR}/${MACHINE}".
</para></listitem>
- <listitem><para><emphasis>Native Recipes Building for the Build Host</emphasis>:
- The value is empty given the assumption that when
- building for the build host, the build host's own
- directories should be used.
+ <listitem><para>For <filename>native</filename>
+ recipes building
+ for the build host, the value is empty given the
+ assumption that when building for the build host,
+ the build host's own directories should be used.
</para></listitem>
- <listitem><para><emphasis><filename>nativesdk</filename> Recipes that Build for the SDK</emphasis>:
- The value is "${STAGING_DIR}/${MULTIMACH_HOST_SYS}".
+ <listitem><para>For <filename>nativesdk</filename>
+ recipes that Build for the SDK, the value is
+ "${STAGING_DIR}/${MULTIMACH_HOST_SYS}".
</para></listitem>
</itemizedlist>
</para>