diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-09 08:36:04 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:55 -0800 |
| commit | 5feff482a7216715be6a9e4079ded325a11926e1 (patch) | |
| tree | 49637cfc672a34c3c8f279a1de1cdcb55a3ab6e4 /documentation | |
| parent | a562fa6bd08668f48bf74b0735f6ee90a391fefa (diff) | |
| download | poky-5feff482a7216715be6a9e4079ded325a11926e1.tar.gz | |
documentation/poky-ref-manual/ref-variables.xml: New TMPDIR glossary term.
(From yocto-docs rev: e3be42d820e0ddc1b365034f41b03cf678001659)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 24 |
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> |
