summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-18 07:39:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-19 16:24:46 +0100
commita3dcfa6a6acc00a439f2a28a0d862544b12f0055 (patch)
treefbd4ba89bd02885d62e7a86200f9a237e0a10db7 /documentation
parente0999660a80f855321a4fa7014a64c84d9fe9dd1 (diff)
downloadpoky-a3dcfa6a6acc00a439f2a28a0d862544b12f0055.tar.gz
dev-manual: Changed GummiBootTarget to GummibootTarget.
(From yocto-docs rev: 0d870778d87dcbb38d1ce577f38b84c8fca0e464) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
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>