diff options
author | Yeoh Ee Peng <ee.peng.yeoh@intel.com> | 2020-03-31 12:48:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:25:52 +0100 |
commit | c2ca25e51eb6b716d86bef8523b19c83d9ff212f (patch) | |
tree | 55e1bf763ba26893994141b6cd4dfeee34f26e12 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 0b46a94528f74609f61c175143b56a847a47815d (diff) | |
download | poky-c2ca25e51eb6b716d86bef8523b19c83d9ff212f.tar.gz |
dev-manual-common-tasks.xml: Replace "QemuTarget" with "qemu"
As the OEQA code revamp and code changes in testimage.bbclass,
testexport.bbclass, runtime/context.py and oeqa/runexported.py,
"QemuTarget" was obsolete and replaced by "qemu".
Replacing the refer of "QemuTarget" with "qemu".
(From yocto-docs rev: f89d18adb62bc864e7890a613ff860bd3e4279ed)
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/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 353602c05e..0d03ddc53e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -12027,7 +12027,7 @@ | |||
12027 | In order to run tests on hardware, you need to set | 12027 | In order to run tests on hardware, you need to set |
12028 | <filename>TEST_TARGET</filename> to an appropriate value. | 12028 | <filename>TEST_TARGET</filename> to an appropriate value. |
12029 | For QEMU, you do not have to change anything, the default | 12029 | For QEMU, you do not have to change anything, the default |
12030 | value is "QemuTarget". | 12030 | value is "qemu". |
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>"simpleremote":</emphasis> | 12033 | <listitem><para><emphasis>"simpleremote":</emphasis> |
@@ -12607,7 +12607,7 @@ | |||
12607 | <listitem><para><emphasis><filename>target</filename>:</emphasis> | 12607 | <listitem><para><emphasis><filename>target</filename>:</emphasis> |
12608 | The target controller object used to deploy | 12608 | The target controller object used to deploy |
12609 | and start an image on a particular target | 12609 | and start an image on a particular target |
12610 | (e.g. QemuTarget, SimpleRemote, and | 12610 | (e.g. Qemu, SimpleRemote, and |
12611 | SystemdbootTarget). | 12611 | SystemdbootTarget). |
12612 | Tests usually use the following: | 12612 | Tests usually use the following: |
12613 | <itemizedlist> | 12613 | <itemizedlist> |