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