]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the TMPDIR description in the glossary.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 5 Aug 2013 10:55:39 +0000 (13:55 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:48 +0000 (13:18 +0100)
(From yocto-docs rev: 854c29e5b09024355eee2284f8ed86a861474811)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index 714346fc186bd9c73db3423fb3ef0e2cfd8bec68..f7217a4c0e825c61c01acc087656f27fd4483933 100644 (file)
@@ -3989,16 +3989,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
         <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm>
             <glossdef>
                 <para>
-                    This variable is the temporary directory the OpenEmbedded build system
-                    uses when it does its work building images.
-                    By default, the <filename>TMPDIR</filename> variable is named
-                    <filename>tmp</filename> within the
+                    This variable is the base directory the OpenEmbedded
+                    build system uses for all build output and intermediate
+                    files (other than the shared state cache).
+                    By default, the <filename>TMPDIR</filename> variable points
+                    to <filename>tmp</filename> within the
                     <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
                 </para>
 
                 <para>
-                    If you want to establish this directory in a location other than the
-                    default, you can uncomment the following statement in the
+                    If you want to establish this directory in a location other
+                    than the default, you can uncomment and edit the following
+                    statement in the
                     <filename>conf/local.conf</filename> file in the
                     <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>:
                     <literallayout class='monospaced'>