summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-08 13:22:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:22:49 +0100
commit55fc97470c5da84439b50a6a3ff9ec9f46cc12da (patch)
tree41b1df59804fe8d6039bc2bb57581fc808a0ce33 /documentation
parent028d760801c2aa8b38e907b7297cfd8c7ba531c6 (diff)
downloadpoky-55fc97470c5da84439b50a6a3ff9ec9f46cc12da.tar.gz
ref-manual: Added TEST_EXPORT_DIR to glossary.
Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: 9c245950faba53abc79f01d174e0f88e87d85430) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e6cca3ed60..44032e6409 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7433,6 +7433,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7433 </glossdef> 7433 </glossdef>
7434 </glossentry> 7434 </glossentry>
7435 7435
7436 <glossentry id='var-TEST_EXPORT_DIR'><glossterm>TEST_EXPORT_DIR</glossterm>
7437 <glossdef>
7438 <para>
7439 The location the OpenEmbedded build system uses to export
7440 tests when the
7441 <link linkend='var-TEST_EXPORT_ONLY'><filename>TEST_EXPORT_ONLY</filename></link>
7442 variable is set to "1".
7443 </para>
7444
7445 <para>
7446 The <filename>TEST_EXPORT_DIR</filename> variable defaults
7447 to <filename>"${TMPDIR}/testimage/${PN}"</filename>.
7448 </para>
7449 </glossdef>
7450 </glossentry>
7451
7436 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm>TEST_EXPORT_ONLY</glossterm> 7452 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm>TEST_EXPORT_ONLY</glossterm>
7437 <glossdef> 7453 <glossdef>
7438 <para> 7454 <para>