summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e7fe286228..fa4995b79c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3238,18 +3238,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3238 3238
3239 <glossentry id='var-T'><glossterm>T</glossterm> 3239 <glossentry id='var-T'><glossterm>T</glossterm>
3240 <glossdef> 3240 <glossdef>
3241 <para>This variable points to a directory were Bitbake places temporary 3241 <para>This variable points to a directory were BitBake places temporary
3242 files when building a particular package. 3242 files when building a particular package.
3243 It is typically set as follows: 3243 It is typically set as follows:
3244 <literallayout class='monospaced'> 3244 <literallayout class='monospaced'>
3245 T = ${WORKDIR}/temp 3245 T = ${WORKDIR}/temp
3246 </literallayout> 3246 </literallayout>
3247 The <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link> 3247 The <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>
3248 is the directory into which Bitbake unpacks and builds the package. 3248 is the directory into which BitBake unpacks and builds the package.
3249 The default <filename>bitbake.conf</filename> file sets this variable.</para> 3249 The default <filename>bitbake.conf</filename> file sets this variable.</para>
3250 <para>The <filename>T</filename> variable is not to be confused with 3250 <para>The <filename>T</filename> variable is not to be confused with
3251 the <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> variable, 3251 the <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> variable,
3252 which points to the root of the directory tree where Bitbake 3252 which points to the root of the directory tree where BitBake
3253 places the output of an entire build. 3253 places the output of an entire build.
3254 </para> 3254 </para>
3255 </glossdef> 3255 </glossdef>