1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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>
This commit is contained in:
Yeoh Ee Peng
2020-03-31 12:48:05 +08:00
committed by Richard Purdie
parent 734f5cb5ba
commit 48bbafde4e
+2 -2
View File
@@ -15714,14 +15714,14 @@
section in the Yocto Project Development Tasks section in the Yocto Project Development Tasks
Manual for more information. Manual for more information.
</para></listitem> </para></listitem>
<listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> <listitem><para><emphasis>"simpleremote":</emphasis>
Runs the tests on target hardware that is already Runs the tests on target hardware that is already
up and running. up and running.
The hardware can be on the network or it can be The hardware can be on the network or it can be
a device running an image on QEMU. a device running an image on QEMU.
You must also set You must also set
<link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link> <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link>
when you use "SimpleRemoteTarget". when you use "simpleremote".
<note> <note>
This argument is defined in This argument is defined in
<filename>meta/lib/oeqa/controllers/simpleremote.py</filename>. <filename>meta/lib/oeqa/controllers/simpleremote.py</filename>.