1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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>
This commit is contained in:
Yeoh Ee Peng
2020-03-31 12:48:08 +08:00
committed by Richard Purdie
parent 0b46a94528
commit c2ca25e51e
@@ -12027,7 +12027,7 @@
In order to run tests on hardware, you need to set In order to run tests on hardware, you need to set
<filename>TEST_TARGET</filename> to an appropriate value. <filename>TEST_TARGET</filename> to an appropriate value.
For QEMU, you do not have to change anything, the default For QEMU, you do not have to change anything, the default
value is "QemuTarget". value is "qemu".
For running tests on hardware, the following options exist: For running tests on hardware, the following options exist:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>"simpleremote":</emphasis> <listitem><para><emphasis>"simpleremote":</emphasis>
@@ -12607,7 +12607,7 @@
<listitem><para><emphasis><filename>target</filename>:</emphasis> <listitem><para><emphasis><filename>target</filename>:</emphasis>
The target controller object used to deploy The target controller object used to deploy
and start an image on a particular target and start an image on a particular target
(e.g. QemuTarget, SimpleRemote, and (e.g. Qemu, SimpleRemote, and
SystemdbootTarget). SystemdbootTarget).
Tests usually use the following: Tests usually use the following:
<itemizedlist> <itemizedlist>