mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02: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:
committed by
Richard Purdie
parent
734f5cb5ba
commit
48bbafde4e
@@ -15714,14 +15714,14 @@
|
||||
section in the Yocto Project Development Tasks
|
||||
Manual for more information.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>"SimpleRemoteTarget":</emphasis>
|
||||
<listitem><para><emphasis>"simpleremote":</emphasis>
|
||||
Runs the tests on target hardware that is already
|
||||
up and running.
|
||||
The hardware can be on the network or it can be
|
||||
a device running an image on QEMU.
|
||||
You must also set
|
||||
<link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link>
|
||||
when you use "SimpleRemoteTarget".
|
||||
when you use "simpleremote".
|
||||
<note>
|
||||
This argument is defined in
|
||||
<filename>meta/lib/oeqa/controllers/simpleremote.py</filename>.
|
||||
|
||||
Reference in New Issue
Block a user