summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml6
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>"