mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02: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:
committed by
Richard Purdie
parent
0b46a94528
commit
c2ca25e51e
@@ -12027,7 +12027,7 @@
|
||||
In order to run tests on hardware, you need to set
|
||||
<filename>TEST_TARGET</filename> to an appropriate value.
|
||||
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:
|
||||
<itemizedlist>
|
||||
<listitem><para><emphasis>"simpleremote":</emphasis>
|
||||
@@ -12607,7 +12607,7 @@
|
||||
<listitem><para><emphasis><filename>target</filename>:</emphasis>
|
||||
The target controller object used to deploy
|
||||
and start an image on a particular target
|
||||
(e.g. QemuTarget, SimpleRemote, and
|
||||
(e.g. Qemu, SimpleRemote, and
|
||||
SystemdbootTarget).
|
||||
Tests usually use the following:
|
||||
<itemizedlist>
|
||||
|
||||
Reference in New Issue
Block a user