summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index afda0a439d..4bb9d7113b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -11400,8 +11400,8 @@
11400 within a separately started QEMU or any 11400 within a separately started QEMU or any
11401 other virtual machine manager. 11401 other virtual machine manager.
11402 </para></listitem> 11402 </para></listitem>
11403 <listitem><para><emphasis>"Systemd-bootTarget":</emphasis> 11403 <listitem><para><emphasis>"SystemdbootTarget":</emphasis>
11404 Choose "Systemd-bootTarget" if your hardware is 11404 Choose "SystemdbootTarget" if your hardware is
11405 an EFI-based machine with 11405 an EFI-based machine with
11406 <filename>systemd-boot</filename> as bootloader and 11406 <filename>systemd-boot</filename> as bootloader and
11407 <filename>core-image-testmaster</filename> 11407 <filename>core-image-testmaster</filename>
@@ -11409,10 +11409,10 @@
11409 Also, your hardware under test must be in a 11409 Also, your hardware under test must be in a
11410 DHCP-enabled network that gives it the same IP 11410 DHCP-enabled network that gives it the same IP
11411 address for each reboot.</para> 11411 address for each reboot.</para>
11412 <para>If you choose "Systemd-bootTarget", there are 11412 <para>If you choose "SystemdbootTarget", there are
11413 additional requirements and considerations. 11413 additional requirements and considerations.
11414 See the 11414 See the
11415 "<link linkend='selecting-systemd-boottarget'>Selecting Systemd-bootTarget</link>" 11415 "<link linkend='selecting-systemdboottarget'>Selecting SystemdbootTarget</link>"
11416 section, which follows, for more information. 11416 section, which follows, for more information.
11417 </para></listitem> 11417 </para></listitem>
11418 <listitem><para><emphasis>"BeagleBoneTarget":</emphasis> 11418 <listitem><para><emphasis>"BeagleBoneTarget":</emphasis>
@@ -11458,12 +11458,12 @@
11458 </para> 11458 </para>
11459 </section> 11459 </section>
11460 11460
11461 <section id='selecting-systemd-boottarget'> 11461 <section id='selecting-systemdboottarget'>
11462 <title>Selecting Systemd-bootTarget</title> 11462 <title>Selecting SystemdbootTarget</title>
11463 11463
11464 <para> 11464 <para>
11465 If you did not set <filename>TEST_TARGET</filename> to 11465 If you did not set <filename>TEST_TARGET</filename> to
11466 "Systemd-bootTarget", then you do not need any information 11466 "SystemdbootTarget", then you do not need any information
11467 in this section. 11467 in this section.
11468 You can skip down to the 11468 You can skip down to the
11469 "<link linkend='qemu-image-running-tests'>Running Tests</link>" 11469 "<link linkend='qemu-image-running-tests'>Running Tests</link>"
@@ -11472,7 +11472,7 @@
11472 11472
11473 <para> 11473 <para>
11474 If you did set <filename>TEST_TARGET</filename> to 11474 If you did set <filename>TEST_TARGET</filename> to
11475 "Systemd-bootTarget", you also need to perform a one-time 11475 "SystemdbootTarget", you also need to perform a one-time
11476 setup of your master image by doing the following: 11476 setup of your master image by doing the following:
11477 <orderedlist> 11477 <orderedlist>
11478 <listitem><para><emphasis>Set <filename>EFI_PROVIDER</filename>:</emphasis> 11478 <listitem><para><emphasis>Set <filename>EFI_PROVIDER</filename>:</emphasis>
@@ -11543,7 +11543,7 @@
11543 11543
11544 <para> 11544 <para>
11545 The final thing you need to do when setting 11545 The final thing you need to do when setting
11546 <filename>TEST_TARGET</filename> to "Systemd-bootTarget" is 11546 <filename>TEST_TARGET</filename> to "SystemdbootTarget" is
11547 to set up the test image: 11547 to set up the test image:
11548 <orderedlist> 11548 <orderedlist>
11549 <listitem><para><emphasis>Set up your <filename>local.conf</filename> file:</emphasis> 11549 <listitem><para><emphasis>Set up your <filename>local.conf</filename> file:</emphasis>
@@ -11552,7 +11552,7 @@
11552 <literallayout class='monospaced'> 11552 <literallayout class='monospaced'>
11553 IMAGE_FSTYPES += "tar.gz" 11553 IMAGE_FSTYPES += "tar.gz"
11554 INHERIT += "testimage" 11554 INHERIT += "testimage"
11555 TEST_TARGET = "Systemd-bootTarget" 11555 TEST_TARGET = "SystemdbootTarget"
11556 TEST_TARGET_IP = "192.168.2.3" 11556 TEST_TARGET_IP = "192.168.2.3"
11557 </literallayout> 11557 </literallayout>
11558 </para></listitem> 11558 </para></listitem>
@@ -11969,7 +11969,7 @@
11969 The target controller object used to deploy 11969 The target controller object used to deploy
11970 and start an image on a particular target 11970 and start an image on a particular target
11971 (e.g. QemuTarget, SimpleRemote, and 11971 (e.g. QemuTarget, SimpleRemote, and
11972 Systemd-bootTarget). 11972 SystemdbootTarget).
11973 Tests usually use the following: 11973 Tests usually use the following:
11974 <itemizedlist> 11974 <itemizedlist>
11975 <listitem><para><emphasis><filename>ip</filename>:</emphasis> 11975 <listitem><para><emphasis><filename>ip</filename>:</emphasis>