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" T - This variable points to a directory were Bitbake places temporary + 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. + 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 + which points to the root of the directory tree where BitBake places the output of an entire build.