mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
ref-manual/ref-variables: clarify T definition
Took out the clause in the parantheses set and replaced with better structure. * Ensure we mention what kind of files go into T * We're talking about recipes here, not packages (From yocto-docs rev: 8783bb7beb10e0fdfca22648f1dff4a85b760cd7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6ae39ca7e3
commit
3c1e74b843
@@ -3670,14 +3670,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
|
|
||||||
<glossentry id='var-T'><glossterm>T</glossterm>
|
<glossentry id='var-T'><glossterm>T</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>This variable points to a directory were BitBake places temporary
|
<para>This variable points to a directory were BitBake places
|
||||||
files when building a particular package.
|
temporary files, which consist mostly of task logs and
|
||||||
It is typically set as follows:
|
scripts, when building a particular recipe.
|
||||||
|
The variable is typically set as follows:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
T = "${WORKDIR}/temp"
|
T = "${WORKDIR}/temp"
|
||||||
</literallayout>
|
</literallayout>
|
||||||
The <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>
|
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
|
||||||
|
recipe.
|
||||||
The default <filename>bitbake.conf</filename> file sets this variable.</para>
|
The default <filename>bitbake.conf</filename> file sets this variable.</para>
|
||||||
<para>The <filename>T</filename> variable is not to be confused with
|
<para>The <filename>T</filename> variable is not to be confused with
|
||||||
the <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> variable,
|
the <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> variable,
|
||||||
|
|||||||
Reference in New Issue
Block a user