ref-manual: Edits to T variable.

(From yocto-docs rev: 12544f0498ac4a0281bc7c865dd4e54c5f2c8f58)

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 2013-03-28 12:20:30 -07:00 committed by Richard Purdie
parent 32123a9539
commit d4a0b61668
1 changed files with 3 additions and 3 deletions

View File

@ -3238,18 +3238,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-T'><glossterm>T</glossterm>
<glossdef>
<para>This variable points to a directory were Bitbake places temporary
<para>This variable points to a directory were BitBake places temporary
files when building a particular package.
It is typically set as follows:
<literallayout class='monospaced'>
T = ${WORKDIR}/temp
</literallayout>
The <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>
is the directory into which Bitbake unpacks and builds the package.
is the directory into which BitBake unpacks and builds the package.
The default <filename>bitbake.conf</filename> file sets this variable.</para>
<para>The <filename>T</filename> variable is not to be confused with
the <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> variable,
which points to the root of the directory tree where Bitbake
which points to the root of the directory tree where BitBake
places the output of an entire build.
</para>
</glossdef>