1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

dev-manual-common-tasks: 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: 41823811229754805c682ecec6903399bfe606fe)

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:06 +08:00
committed by Richard Purdie
parent 48bbafde4e
commit 004b87f476
@@ -12030,12 +12030,12 @@
value is "QemuTarget". value is "QemuTarget".
For running tests on hardware, the following options exist: For running tests on hardware, the following options exist:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> <listitem><para><emphasis>"simpleremote":</emphasis>
Choose "SimpleRemoteTarget" if you are going to Choose "simpleremote" if you are going to
run tests on a target system that is already run tests on a target system that is already
running the image to be tested and is available running the image to be tested and is available
on the network. on the network.
You can use "SimpleRemoteTarget" in conjunction You can use "simpleremote" in conjunction
with either real hardware or an image running with either real hardware or an image running
within a separately started QEMU or any within a separately started QEMU or any
other virtual machine manager. other virtual machine manager.
@@ -12210,7 +12210,7 @@
<title>Power Control</title> <title>Power Control</title>
<para> <para>
For most hardware targets other than SimpleRemoteTarget, For most hardware targets other than "simpleremote",
you can control power: you can control power:
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>