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