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.