From d4a0b6166879d800aa6576faafbf46a274296f84 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 12:20:30 -0700 Subject: [PATCH] ref-manual: Edits to T variable. (From yocto-docs rev: 12544f0498ac4a0281bc7c865dd4e54c5f2c8f58) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.