diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-08 13:22:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 18:15:31 +0100 |
commit | 49efe23169cebc80691fb1fa6353e7db8f66db88 (patch) | |
tree | c573b2f1005feb93852b62ebff53c7caef3f705d /documentation/ref-manual/ref-variables.xml | |
parent | 46c05182794cb91f7d05a93448905efccf004d39 (diff) | |
download | poky-49efe23169cebc80691fb1fa6353e7db8f66db88.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/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
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> |