diff options
author | Paulo Neves <ptsneves@gmail.com> | 2018-08-07 15:01:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:44 +0100 |
commit | c610d310e74e916aef97de2ed9832f49b7aac60b (patch) | |
tree | 484119e5bbbfd5914e675695db92371c21f1ed67 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 3d96c5ef26b1bebd79a915ff6067612487fd2d15 (diff) | |
download | poky-c610d310e74e916aef97de2ed9832f49b7aac60b.tar.gz |
dev-manual, ref-manual: Updated available names for TEST_TARGET
The documentation of available names for TEST_TARGET has been
updated to match the convention of using the class names of
controllers.
This commit was modified some to make it work. Fixed some
formatting errors and isolated and changed missed instances.
(From yocto-docs rev: 1bec1dc38cdd1746ce6dd539f9c3e5665d12ab8e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 22 |
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> |