1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Scott Rifenbark
2012-02-22 09:37:02 -06:00
committed by Richard Purdie
parent 87133d137a
commit 484cc84043
@@ -1794,20 +1794,20 @@
The pathname of the working directory in which the Yocto Project build system
builds packages.
This directory is located within the
<link linkend='var-TMPDIR'>TMPDIR</link> directory structure and changes
<link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> directory structure and changes
as different packages are built.
</para>
<para>
The actual <filename>WORKDIR</filename> directory depends on several things:
<itemizedlist>
<listitem>The temporary directory - <link linkend='var-TMPDIR'>TMPDIR</link></listitem>
<listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></listitem>
<listitem>The target machine - <link linkend='var-MACHINE'>MACHINE</link></listitem>
<listitem>The target operating system - <link linkend='var-TARGET_OS'>TARGET_OS</link></listitem>
<listitem>The package name - <link linkend='var-PN'>PN</link></listitem>
<listitem>The package version - <link linkend='var-PV'>PV</link></listitem>
<listitem>The package revision - <link linkend='var-PR'>PR</link></listitem>
<listitem>The temporary directory - <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link></listitem>
<listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></link></listitem>
<listitem>The target machine - <link linkend='var-MACHINE'><filename>MACHINE</filename></link></listitem>
<listitem>The target operating system - <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link></listitem>
<listitem>The package name - <link linkend='var-PN'><filename>PN</filename></link></listitem>
<listitem>The package version - <link linkend='var-PV'><filename>PV</filename></link></listitem>
<listitem>The package revision - <link linkend='var-PR'><filename>PR</filename></link></listitem>
</itemizedlist>
</para>