From 5feff482a7216715be6a9e4079ded325a11926e1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 9 Feb 2012 08:36:04 -0600 Subject: documentation/poky-ref-manual/ref-variables.xml: New TMPDIR glossary term. (From yocto-docs rev: e3be42d820e0ddc1b365034f41b03cf678001659) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 887c0d0ee8..c8c6a669c9 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1726,6 +1726,30 @@ + TMPDIR + + + This variable is the temporary directory the Yocto Project build system + uses when it does its work building images. + By default, the TMPDIR variable is named + tmp within the + + Yocto Project Build Directory. + + + + If you want to establish this directory in a location other than the + default, you can uncomment the following statement in the + conf/local.conf file in the + + Yocto Project Files: + + #TMPDIR = "${TOPDIR}/tmp" + + + + + TOPDIR -- cgit v1.2.3-54-g00ecf