From a8a5765fedb76316129612d6733704c8d169dc11 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 9 Oct 2012 14:23:08 -0700 Subject: 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 --- documentation/poky-ref-manual/ref-variables.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'documentation') 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 @@ 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. -- cgit v1.2.3-54-g00ecf