diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e9848c3503..08237ea9ac 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5781,7 +5781,7 @@ | |||
5781 | For QEMU, you do not have to change anything, the default | 5781 | For QEMU, you do not have to change anything, the default |
5782 | value is "QemuTarget". | 5782 | value is "QemuTarget". |
5783 | For running tests on hardware, two options exist: | 5783 | For running tests on hardware, two options exist: |
5784 | "SimpleRemoteTarget" and "GummiBootTarget". | 5784 | "SimpleRemoteTarget" and "GummibootTarget". |
5785 | <itemizedlist> | 5785 | <itemizedlist> |
5786 | <listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> | 5786 | <listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> |
5787 | Choose "SimpleRemoteTarget" if you are going to | 5787 | Choose "SimpleRemoteTarget" if you are going to |
@@ -5793,8 +5793,8 @@ | |||
5793 | within a separately started QEMU or any | 5793 | within a separately started QEMU or any |
5794 | other virtual machine manager. | 5794 | other virtual machine manager. |
5795 | </para></listitem> | 5795 | </para></listitem> |
5796 | <listitem><para><emphasis>"GummiBootTarget":</emphasis> | 5796 | <listitem><para><emphasis>"GummibootTarget":</emphasis> |
5797 | Choose "GummiBootTarget" if your hardware is | 5797 | Choose "GummibootTarget" if your hardware is |
5798 | an EFI-based machine with | 5798 | an EFI-based machine with |
5799 | <filename>gummiboot</filename> as bootloader and | 5799 | <filename>gummiboot</filename> as bootloader and |
5800 | <filename>core-image-testmaster</filename> | 5800 | <filename>core-image-testmaster</filename> |
@@ -5808,7 +5808,7 @@ | |||
5808 | 5808 | ||
5809 | <para> | 5809 | <para> |
5810 | If you set <filename>TEST_TARGET</filename> to | 5810 | If you set <filename>TEST_TARGET</filename> to |
5811 | "GummiBootTarget", you also need to perform a one-time | 5811 | "GummibootTarget", you also need to perform a one-time |
5812 | setup of your master image by doing the following: | 5812 | setup of your master image by doing the following: |
5813 | <orderedlist> | 5813 | <orderedlist> |
5814 | <listitem><para><emphasis>Set <filename>EFI_PROVIDER</filename>:</emphasis> | 5814 | <listitem><para><emphasis>Set <filename>EFI_PROVIDER</filename>:</emphasis> |
@@ -5832,7 +5832,7 @@ | |||
5832 | 5832 | ||
5833 | <para> | 5833 | <para> |
5834 | The final thing you need to do when setting | 5834 | The final thing you need to do when setting |
5835 | <filename>TEST_TARGET</filename> to "GummiBootTarget" is | 5835 | <filename>TEST_TARGET</filename> to "GummibootTarget" is |
5836 | to set up the test image: | 5836 | to set up the test image: |
5837 | <orderedlist> | 5837 | <orderedlist> |
5838 | <listitem><para><emphasis>Set up your <filename>local.conf</filename> file:</emphasis> | 5838 | <listitem><para><emphasis>Set up your <filename>local.conf</filename> file:</emphasis> |