summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorYeoh Ee Peng <ee.peng.yeoh@intel.com>2020-03-31 12:48:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-06 14:25:52 +0100
commit48bbafde4ec23090d601368f5daabb1ba8933367 (patch)
treef8d519199f688b0b8bb9b2524eae9a4dd24410ba /documentation
parent734f5cb5ba32ab949fa643960584b9d39bc95dab (diff)
downloadpoky-48bbafde4ec23090d601368f5daabb1ba8933367.tar.gz
ref-variables.xml: Replace "SimpleRemoteTarget" with "simpleremote"
As the OEQA code revamp and code changes in testimage.bbclass, testexport.bbclass, runtime/context.py and oeqa/runexported.py, "SimpleRemoteTarget" was obsolete and replaced by "simpleremote". Replacing the refer of "SimpleRemoteTarget" by "simpleremote". (From yocto-docs rev: 1779a6d699ae7a6e51f8b92516eea948c1767400) Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c8ee50a093..0735fb4751 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -15714,14 +15714,14 @@
15714 section in the Yocto Project Development Tasks 15714 section in the Yocto Project Development Tasks
15715 Manual for more information. 15715 Manual for more information.
15716 </para></listitem> 15716 </para></listitem>
15717 <listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> 15717 <listitem><para><emphasis>"simpleremote":</emphasis>
15718 Runs the tests on target hardware that is already 15718 Runs the tests on target hardware that is already
15719 up and running. 15719 up and running.
15720 The hardware can be on the network or it can be 15720 The hardware can be on the network or it can be
15721 a device running an image on QEMU. 15721 a device running an image on QEMU.
15722 You must also set 15722 You must also set
15723 <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link> 15723 <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link>
15724 when you use "SimpleRemoteTarget". 15724 when you use "simpleremote".
15725 <note> 15725 <note>
15726 This argument is defined in 15726 This argument is defined in
15727 <filename>meta/lib/oeqa/controllers/simpleremote.py</filename>. 15727 <filename>meta/lib/oeqa/controllers/simpleremote.py</filename>.