summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-09 13:03:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:10 +0100
commit5ce8b42b5f0d37ccaff9cede8d743222d54dd58f (patch)
tree8cd79b62447195f931b6de8b39e736eb05b59106 /documentation/sdk-manual
parent95e451e7489dced87818e27fb1ba3c047d12d2a5 (diff)
downloadpoky-5ce8b42b5f0d37ccaff9cede8d743222d54dd58f.tar.gz
sdk-manual: Updated heads for list on Eclipse development
The list headings were not conforming to the capitalization rules for lists used in the YP manual set, which is significant words are capitalized in a bolded item of a bulletted or numbered list. (From yocto-docs rev: af60763b7daccb6af22b4761f6b8370ea1956714) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-eclipse-project.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml
index 719dc4d584..9571127604 100644
--- a/documentation/sdk-manual/sdk-eclipse-project.xml
+++ b/documentation/sdk-manual/sdk-eclipse-project.xml
@@ -31,7 +31,7 @@
31 <para> 31 <para>
32 <orderedlist> 32 <orderedlist>
33 <listitem><para> 33 <listitem><para>
34 <emphasis>Prepare the host system for the Yocto 34 <emphasis>Prepare the Host System for the Yocto
35 Project</emphasis>: 35 Project</emphasis>:
36 See 36 See
37 "<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>" 37 "<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>"
@@ -43,7 +43,7 @@
43 <filename>xterm</filename> package installed. 43 <filename>xterm</filename> package installed.
44 </para></listitem> 44 </para></listitem>
45 <listitem><para> 45 <listitem><para>
46 <emphasis>Secure the Yocto Project kernel target 46 <emphasis>Secure the Yocto Project Kernel Target
47 image</emphasis>: 47 image</emphasis>:
48 You must have a target kernel image that has been built 48 You must have a target kernel image that has been built
49 using the OpenEmbedded build system.</para> 49 using the OpenEmbedded build system.</para>
@@ -91,8 +91,8 @@
91 section. 91 section.
92 </para></listitem> 92 </para></listitem>
93 <listitem><para> 93 <listitem><para>
94 <emphasis>Secure the target root filesystem 94 <emphasis>Secure the Target Root Filesystem
95 and the Cross-development toolchain</emphasis>: 95 and the Cross-Development Toolchain</emphasis>:
96 You need to find and download the appropriate root 96 You need to find and download the appropriate root
97 filesystem and the cross-development toolchain.</para> 97 filesystem and the cross-development toolchain.</para>
98 <para>You can find the tarballs for the root filesystem 98 <para>You can find the tarballs for the root filesystem
@@ -123,7 +123,7 @@
123 </note> 123 </note>
124 </para></listitem> 124 </para></listitem>
125 <listitem><para> 125 <listitem><para>
126 <emphasis>Create and build your application</emphasis>: 126 <emphasis>Create and Build Your Application</emphasis>:
127 At this point, you need to have source files for your 127 At this point, you need to have source files for your
128 application. 128 application.
129 Once you have the files, you can use the Eclipse IDE 129 Once you have the files, you can use the Eclipse IDE
@@ -132,8 +132,7 @@
132 cross-development tools you have installed to create 132 cross-development tools you have installed to create
133 the image.</para></listitem> 133 the image.</para></listitem>
134 <listitem><para> 134 <listitem><para>
135 <emphasis>Deploy the image with the 135 <emphasis>Deploy the Image With the Application</emphasis>:
136 application</emphasis>:
137 Using the Eclipse IDE, you can deploy your image to the 136 Using the Eclipse IDE, you can deploy your image to the
138 hardware or to QEMU through the project's preferences. 137 hardware or to QEMU through the project's preferences.
139 You can also use Eclipse to load and test your image 138 You can also use Eclipse to load and test your image
@@ -144,7 +143,7 @@
144 for information on using QEMU. 143 for information on using QEMU.
145 </para></listitem> 144 </para></listitem>
146 <listitem><para> 145 <listitem><para>
147 <emphasis>Test and debug the application</emphasis>: 146 <emphasis>Test and Debug the Application</emphasis>:
148 Once your application is deployed, you need to test it. 147 Once your application is deployed, you need to test it.
149 Within the Eclipse IDE, you can use the debugging 148 Within the Eclipse IDE, you can use the debugging
150 environment along with supported performance enhancing 149 environment along with supported performance enhancing