diff options
author | Yeoh Ee Peng <ee.peng.yeoh@intel.com> | 2020-03-31 12:48:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:25:52 +0100 |
commit | 0b46a94528f74609f61c175143b56a847a47815d (patch) | |
tree | d10a07ca991d683f745d705e5a83ec2c6340e3d2 /documentation | |
parent | 004b87f4765066958e6bcdb15f9b771ce6bb7948 (diff) | |
download | poky-0b46a94528f74609f61c175143b56a847a47815d.tar.gz |
ref-variables.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: 87691219dfe312c0db0af1fa30cc3505298a27af)
Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0735fb4751..c400d1e142 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -15686,9 +15686,9 @@ | |||
15686 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 15686 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
15687 | Specifies the target controller to use when running tests | 15687 | Specifies the target controller to use when running tests |
15688 | against a test image. | 15688 | against a test image. |
15689 | The default controller to use is "QemuTarget": | 15689 | The default controller to use is "qemu": |
15690 | <literallayout class='monospaced'> | 15690 | <literallayout class='monospaced'> |
15691 | TEST_TARGET = "QemuTarget" | 15691 | TEST_TARGET = "qemu" |
15692 | </literallayout> | 15692 | </literallayout> |
15693 | </para> | 15693 | </para> |
15694 | 15694 | ||
@@ -15707,7 +15707,7 @@ | |||
15707 | You can provide the following arguments with | 15707 | You can provide the following arguments with |
15708 | <filename>TEST_TARGET</filename>: | 15708 | <filename>TEST_TARGET</filename>: |
15709 | <itemizedlist> | 15709 | <itemizedlist> |
15710 | <listitem><para><emphasis>"QemuTarget":</emphasis> | 15710 | <listitem><para><emphasis>"qemu":</emphasis> |
15711 | Boots a QEMU image and runs the tests. | 15711 | Boots a QEMU image and runs the tests. |
15712 | See the | 15712 | See the |
15713 | "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-image-enabling-tests'>Enabling Runtime Tests on QEMU</ulink>" | 15713 | "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-image-enabling-tests'>Enabling Runtime Tests on QEMU</ulink>" |