summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-22 09:37:02 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:59 -0800
commit484cc84043cf3001705cd0d6c5ea9e350c5a5a60 (patch)
treed61b517548ba1fb763d0557865a133b3f8efacfe /documentation/poky-ref-manual
parent87133d137ab84cf3d9332bba83f75bda2f2a6552 (diff)
downloadpoky-484cc84043cf3001705cd0d6c5ea9e350c5a5a60.tar.gz
documentation/poky-ref-manual/ref-variables.xml: Formatting changes.
(From yocto-docs rev: a83964d7e96986c473ef1a4a7b46e5383c9316ad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 3a6fbed659..1e31e0a3ab 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1794,20 +1794,20 @@
1794 The pathname of the working directory in which the Yocto Project build system 1794 The pathname of the working directory in which the Yocto Project build system
1795 builds packages. 1795 builds packages.
1796 This directory is located within the 1796 This directory is located within the
1797 <link linkend='var-TMPDIR'>TMPDIR</link> directory structure and changes 1797 <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> directory structure and changes
1798 as different packages are built. 1798 as different packages are built.
1799 </para> 1799 </para>
1800 1800
1801 <para> 1801 <para>
1802 The actual <filename>WORKDIR</filename> directory depends on several things: 1802 The actual <filename>WORKDIR</filename> directory depends on several things:
1803 <itemizedlist> 1803 <itemizedlist>
1804 <listitem>The temporary directory - <link linkend='var-TMPDIR'>TMPDIR</link></listitem> 1804 <listitem>The temporary directory - <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link></listitem>
1805 <listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></listitem> 1805 <listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></link></listitem>
1806 <listitem>The target machine - <link linkend='var-MACHINE'>MACHINE</link></listitem> 1806 <listitem>The target machine - <link linkend='var-MACHINE'><filename>MACHINE</filename></link></listitem>
1807 <listitem>The target operating system - <link linkend='var-TARGET_OS'>TARGET_OS</link></listitem> 1807 <listitem>The target operating system - <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link></listitem>
1808 <listitem>The package name - <link linkend='var-PN'>PN</link></listitem> 1808 <listitem>The package name - <link linkend='var-PN'><filename>PN</filename></link></listitem>
1809 <listitem>The package version - <link linkend='var-PV'>PV</link></listitem> 1809 <listitem>The package version - <link linkend='var-PV'><filename>PV</filename></link></listitem>
1810 <listitem>The package revision - <link linkend='var-PR'>PR</link></listitem> 1810 <listitem>The package revision - <link linkend='var-PR'><filename>PR</filename></link></listitem>
1811 </itemizedlist> 1811 </itemizedlist>
1812 </para> 1812 </para>
1813 1813