diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-28 12:20:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:42 +0100 |
commit | d4a0b6166879d800aa6576faafbf46a274296f84 (patch) | |
tree | 1576a7e70d640ca0668204dae503320d004fa6b2 /documentation | |
parent | 32123a9539a0f028261809ad0c620287f90babfc (diff) | |
download | poky-d4a0b6166879d800aa6576faafbf46a274296f84.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
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> |