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