diff options
author | Yeoh Ee Peng <ee.peng.yeoh@intel.com> | 2020-03-31 12:48:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:25:52 +0100 |
commit | 004b87f4765066958e6bcdb15f9b771ce6bb7948 (patch) | |
tree | 05ac063d1f433df43739574192d90adf969d8dd3 /documentation/dev-manual | |
parent | 48bbafde4ec23090d601368f5daabb1ba8933367 (diff) | |
download | poky-004b87f4765066958e6bcdb15f9b771ce6bb7948.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index dfbc6eeb3e..353602c05e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -12030,12 +12030,12 @@ | |||
12030 | value is "QemuTarget". | 12030 | value is "QemuTarget". |
12031 | For running tests on hardware, the following options exist: | 12031 | For running tests on hardware, the following options exist: |
12032 | <itemizedlist> | 12032 | <itemizedlist> |
12033 | <listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> | 12033 | <listitem><para><emphasis>"simpleremote":</emphasis> |
12034 | Choose "SimpleRemoteTarget" if you are going to | 12034 | Choose "simpleremote" if you are going to |
12035 | run tests on a target system that is already | 12035 | run tests on a target system that is already |
12036 | running the image to be tested and is available | 12036 | running the image to be tested and is available |
12037 | on the network. | 12037 | on the network. |
12038 | You can use "SimpleRemoteTarget" in conjunction | 12038 | You can use "simpleremote" in conjunction |
12039 | with either real hardware or an image running | 12039 | with either real hardware or an image running |
12040 | within a separately started QEMU or any | 12040 | within a separately started QEMU or any |
12041 | other virtual machine manager. | 12041 | other virtual machine manager. |
@@ -12210,7 +12210,7 @@ | |||
12210 | <title>Power Control</title> | 12210 | <title>Power Control</title> |
12211 | 12211 | ||
12212 | <para> | 12212 | <para> |
12213 | For most hardware targets other than SimpleRemoteTarget, | 12213 | For most hardware targets other than "simpleremote", |
12214 | you can control power: | 12214 | you can control power: |
12215 | <itemizedlist> | 12215 | <itemizedlist> |
12216 | <listitem><para> | 12216 | <listitem><para> |