summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-08 13:00:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:15:31 +0100
commitaba074edbf32e8a9acf58933786fef152584c206 (patch)
treee879a73010c14dabdc51f9b1c510b1e83e0bb798 /documentation
parentf11e51056da3d9a45e31fdb9bc09264fd8e64df8 (diff)
downloadpoky-aba074edbf32e8a9acf58933786fef152584c206.tar.gz
ref-manual: Added TEST_TARGET_IP to the variable glossary.
Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: 8c673542769a1a1aaef58100be15fc735a19adbe) 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.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b41d08d21a..f4490fab16 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7549,6 +7549,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7549 </glossdef> 7549 </glossdef>
7550 </glossentry> 7550 </glossentry>
7551 7551
7552 <glossentry id='var-TEST_TARGET_IP'><glossterm>TEST_TARGET_IP</glossterm>
7553 <glossdef>
7554 <para>
7555 The IP address of your hardware under test.
7556 The <filename>TEST_TARGET_IP</filename> variable has no
7557 effect when
7558 <link linkend='var-TEST_TARGET'><filename>TEST_TARGET</filename></link>
7559 is set to "qemu".
7560 </para>
7561
7562 <para>
7563 When you specify the IP address, you can also include a
7564 port.
7565 Here is an example:
7566 <literallayout class='monospaced'>
7567 TEST_TARGET_IP = "192.168.1.4:2201"
7568 </literallayout>
7569 Specifying a port is useful when SSH is started on a
7570 non-standard port or in cases when your hardware under test
7571 is behind a firewall or network that is not directly
7572 accessible from your host and you need to do port address
7573 translation.
7574 </para>
7575 </glossdef>
7576 </glossentry>
7577
7552 <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES</glossterm> 7578 <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES</glossterm>
7553 <glossdef> 7579 <glossdef>
7554 <para> 7580 <para>