summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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>