From: Scott Rifenbark Date: Tue, 9 Oct 2012 21:23:08 +0000 (-0700) Subject: documentation: poky-ref-manual - new glossary entry for "T". X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c260e5f33086f852a4f1b6249b633a05a50fda3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: poky-ref-manual - new glossary entry for "T". Fixes [YOCTO_#3261] (From yocto-docs rev: 3f6de40fcdd364728a2b62f59940a9ae4019d1d5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index f91581ab0c0..005b961a84b 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -35,7 +35,7 @@ R S - T + T W @@ -2169,6 +2169,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" T + T + + This variable points to a directory were Bitbake places temporary + files when building a particular package. + It is typically set as follows: + + T = ${WORKDIR}/temp + + The WORKDIR + is the directory into which Bitbake unpacks and builds the package. + The default bitbake.conf file sets this variable. + The T variable is not to be confused with + the TMPDIR variable, + which points to the root of the directory tree where Bitbake + places the output of an entire build. + + + + TARGET_ARCH The architecture of the device being built.