summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml24
1 files changed, 24 insertions, 0 deletions
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 @@
1726 </glossdef> 1726 </glossdef>
1727 </glossentry> 1727 </glossentry>
1728 1728
1729 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm>
1730 <glossdef>
1731 <para>
1732 This variable is the temporary directory the Yocto Project build system
1733 uses when it does its work building images.
1734 By default, the <filename>TMPDIR</filename> variable is named
1735 <filename>tmp</filename> within the
1736 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'>
1737 Yocto Project Build Directory</ulink>.
1738 </para>
1739
1740 <para>
1741 If you want to establish this directory in a location other than the
1742 default, you can uncomment the following statement in the
1743 <filename>conf/local.conf</filename> file in the
1744 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-files'>
1745 Yocto Project Files</ulink>:
1746 <literallayout class='monospaced'>
1747 #TMPDIR = "${TOPDIR}/tmp"
1748 </literallayout>
1749 </para>
1750 </glossdef>
1751 </glossentry>
1752
1729 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm> 1753 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
1730 <glossdef> 1754 <glossdef>
1731 <para> 1755 <para>