summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-21 15:23:54 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:45 +0000
commit752bf31c85a42873c9244f62bf13483dda4569c2 (patch)
tree36e3c4d55415fa73257d9feb02393c318306c15c
parent0977097cd88328ec152b1ed6a90e0569f76d95d6 (diff)
downloadpoky-752bf31c85a42873c9244f62bf13483dda4569c2.tar.gz
ref-manual: Updated TMPDIR description for NFS issues.
Fixes [YOCTO #5442] Updated the description to note that TMPDIR cannot be on NFS since it has issues that mess up the build process. (From yocto-docs rev: a2fa1c8a23ee7a26fa362e089d84747b4cb4618b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a0f53713b0..ceb92c9cb6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7319,6 +7319,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7319 #TMPDIR = "${TOPDIR}/tmp" 7319 #TMPDIR = "${TOPDIR}/tmp"
7320 </literallayout> 7320 </literallayout>
7321 </para> 7321 </para>
7322
7323 <para>
7324 The filesystem used by <filename>TMPDIR</filename> must
7325 have standard filesystem semantics (i.e. mixed-case files
7326 are unique, POSIX file locking, and persistent inodes).
7327 Due to various issues with NFS and bugs in some
7328 implementations, NFS does not meet this minimum
7329 requirement.
7330 Consequently, <filename>TMPDIR</filename> cannot be on
7331 NFS.
7332 </para>
7322 </glossdef> 7333 </glossdef>
7323 </glossentry> 7334 </glossentry>
7324 7335