summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 18:59:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:23 +0100
commit94c19bdf26daef54666f42ddf99fc93a7694a661 (patch)
tree36b7aa8ed50b4837f2f6da94f6d59a61c2ff283a /documentation/ref-manual
parent3c1e74b8433b470661750c83a2f94c1deeb5d71e (diff)
downloadpoky-94c19bdf26daef54666f42ddf99fc93a7694a661.tar.gz
ref-manual/ref-variables: add LOG_DIR
Added some specifics and a bit of a rewrite. (From yocto-docs rev: 03435b52f9f27729d81d46ec6d87cf73b4bd92cb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 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')
-rw-r--r--documentation/ref-manual/ref-variables.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 7d720c86b3..97dcb5c35f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2167,6 +2167,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2167 </glossdef> 2167 </glossdef>
2168 </glossentry> 2168 </glossentry>
2169 2169
2170 <glossentry id='var-LOG_DIR'><glossterm>LOG_DIR</glossterm>
2171 <glossdef>
2172 <para>
2173 Specifies the directory to which the OpenEmbedded build
2174 system writes overall log files.
2175 The default directory is <filename>${TMPDIR}/log</filename>.
2176 </para>
2177 <para>
2178 For the directory containing logs specific to each task,
2179 see the <link linkend='var-T'><filename>T</filename></link>
2180 variable.
2181 </para>
2182 </glossdef>
2183 </glossentry>
2184
2170 </glossdiv> 2185 </glossdiv>
2171 2186
2172 <glossdiv id='var-glossary-m'><title>M</title> 2187 <glossdiv id='var-glossary-m'><title>M</title>