mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
ref-manual: Updated the TMPDIR description in the glossary.
(From yocto-docs rev: 854c29e5b09024355eee2284f8ed86a861474811) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
93c76f4c65
commit
106e89f4e3
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user