summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-09 14:23:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:24:14 +0100
commita8a5765fedb76316129612d6733704c8d169dc11 (patch)
tree2d7ed01dd2b9d489180e39131143622d5620b613 /documentation
parente369448f320d967929f8a8b5b3f1c33a64adefa4 (diff)
downloadpoky-a8a5765fedb76316129612d6733704c8d169dc11.tar.gz
documentation: poky-ref-manual - new glossary entry for "T".
Fixes [YOCTO_#3261] (From yocto-docs rev: 3f6de40fcdd364728a2b62f59940a9ae4019d1d5) 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/poky-ref-manual/ref-variables.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index f91581ab0c..005b961a84 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -35,7 +35,7 @@
35<!-- <link linkend='var-glossary-q'>Q</link> --> 35<!-- <link linkend='var-glossary-q'>Q</link> -->
36 <link linkend='var-RCONFLICTS'>R</link> 36 <link linkend='var-RCONFLICTS'>R</link>
37 <link linkend='var-S'>S</link> 37 <link linkend='var-S'>S</link>
38 <link linkend='var-TARGET_ARCH'>T</link> 38 <link linkend='var-T'>T</link>
39<!-- <link linkend='var-glossary-u'>U</link> --> 39<!-- <link linkend='var-glossary-u'>U</link> -->
40<!-- <link linkend='var-glossary-v'>V</link> --> 40<!-- <link linkend='var-glossary-v'>V</link> -->
41 <link linkend='var-WORKDIR'>W</link> 41 <link linkend='var-WORKDIR'>W</link>
@@ -2169,6 +2169,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2169 2169
2170 <glossdiv id='var-glossary-t'><title>T</title> 2170 <glossdiv id='var-glossary-t'><title>T</title>
2171 2171
2172 <glossentry id='var-T'><glossterm>T</glossterm>
2173 <glossdef>
2174 <para>This variable points to a directory were Bitbake places temporary
2175 files when building a particular package.
2176 It is typically set as follows:
2177 <literallayout class='monospaced'>
2178 T = ${WORKDIR}/temp
2179 </literallayout>
2180 The <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>
2181 is the directory into which Bitbake unpacks and builds the package.
2182 The default <filename>bitbake.conf</filename> file sets this variable.</para>
2183 <para>The <filename>T</filename> variable is not to be confused with
2184 the <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> variable,
2185 which points to the root of the directory tree where Bitbake
2186 places the output of an entire build.
2187 </para>
2188 </glossdef>
2189 </glossentry>
2190
2172 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> 2191 <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm>
2173 <glossdef> 2192 <glossdef>
2174 <para>The architecture of the device being built. 2193 <para>The architecture of the device being built.