summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-08 13:06:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:15:31 +0100
commitcdbe3b5ceeb28accec1e7f42dee5ee0a0b8e4714 (patch)
tree9c3cba2856297e102912d49de1b95e0b5d6547a1 /documentation
parentaba074edbf32e8a9acf58933786fef152584c206 (diff)
downloadpoky-cdbe3b5ceeb28accec1e7f42dee5ee0a0b8e4714.tar.gz
ref-manual: Added TEST_SERVER_IP to the variable glossary.
Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: e12134c93661a827787ec878a94d3d2c8a280f83) 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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f4490fab16..827b0cf0eb 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7484,6 +7484,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7484 </glossdef> 7484 </glossdef>
7485 </glossentry> 7485 </glossentry>
7486 7486
7487 <glossentry id='var-TEST_SERVER_IP'><glossterm>TEST_SERVER_IP</glossterm>
7488 <glossdef>
7489 <para>
7490 The IP address of the build machine (host machine).
7491 This IP address is usually automatically detected.
7492 However, if detection fails, this variable needs to be set
7493 to the IP address of the build machine (i.e. where
7494 the build is taking place).
7495 <note>
7496 The <filename>TEST_SERVER_IP</filename> variable
7497 is only used for a small number of tests such as
7498 the "smart" test suite, which needs to download
7499 packages from <filename>DEPLOY_DIR/rpm</filename>.
7500 </note>
7501 </para>
7502 </glossdef>
7503 </glossentry>
7504
7487 <glossentry id='var-TEST_TARGET'><glossterm>TEST_TARGET</glossterm> 7505 <glossentry id='var-TEST_TARGET'><glossterm>TEST_TARGET</glossterm>
7488 <glossdef> 7506 <glossdef>
7489 <para> 7507 <para>