summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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