diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-26 08:12:43 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:18:37 +0100 |
commit | aa73618df5474f1c51c0c37a32831d04e8435cc9 (patch) | |
tree | 052d547f8e9dad11c481388fdd0be166574624d8 /documentation/ref-manual/ref-variables.xml | |
parent | ff5b58e612fc3778011ea0b0d384ae414a616f38 (diff) | |
download | poky-aa73618df5474f1c51c0c37a32831d04e8435cc9.tar.gz |
dev-manual, ref-manual: Noting TMPDIR cannot be on NFS
Fixes [YOCTO #5442]
Updated the TMPDIR variable to call out the scenario where a user
might want to separtely set TMPDIR to a local drive and thus be
able to have the Build Directory on NFS.
Updated the "Build Directory" term with a note indicating that by
default, TMPDIR is inside the Build Directory and thus cannot be
on NFS. However, the user is able to by-pass that per setting
TMPDIR separately outside of the Build Directory.
(From yocto-docs rev: a5a308c512a3f4285bce16f17974dbf6b67432b2)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ceb92c9cb6..7d038cb436 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7318,6 +7318,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7318 | <literallayout class='monospaced'> | 7318 | <literallayout class='monospaced'> |
7319 | #TMPDIR = "${TOPDIR}/tmp" | 7319 | #TMPDIR = "${TOPDIR}/tmp" |
7320 | </literallayout> | 7320 | </literallayout> |
7321 | An example use for this scenario is to set | ||
7322 | <filename>TMPDIR</filename> to a local disk, which does | ||
7323 | not use NFS, while having the Build Directory use NFS. | ||
7321 | </para> | 7324 | </para> |
7322 | 7325 | ||
7323 | <para> | 7326 | <para> |