summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 13:26:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:31 +0100
commitf235bb4e66e8ed6829b17eb78f01cab1b47fcba7 (patch)
tree9e22d77466cf25c7addbe5b537f048a1ef10e2f0 /documentation/dev-manual/dev-manual-model.xml
parent1befaf025f927601a153cd28e907ca8488602494 (diff)
downloadpoky-f235bb4e66e8ed6829b17eb78f01cab1b47fcba7.tar.gz
dev-manual: Edits to "Creating the Project" section.
(From yocto-docs rev: 89ab8e345316bb76263e250491e2879d02f1c857) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 05bf5f84bf..6f44fe70c5 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1129,7 +1129,7 @@
1129 To create a project based on a Yocto template and then display the source code, 1129 To create a project based on a Yocto template and then display the source code,
1130 follow these steps: 1130 follow these steps:
1131 <orderedlist> 1131 <orderedlist>
1132 <listitem><para>Select <filename>File -&gt; New -&gt; Project</filename>.</para></listitem> 1132 <listitem><para>Select "Project" from the "File -> New" menu.</para></listitem>
1133 <listitem><para>Double click <filename>CC++</filename>.</para></listitem> 1133 <listitem><para>Double click <filename>CC++</filename>.</para></listitem>
1134 <listitem><para>Double click <filename>C Project</filename> to create the project.</para></listitem> 1134 <listitem><para>Double click <filename>C Project</filename> to create the project.</para></listitem>
1135 <listitem><para>Expand <filename>Yocto Project ADT Project</filename>.</para></listitem> 1135 <listitem><para>Expand <filename>Yocto Project ADT Project</filename>.</para></listitem>
@@ -1137,11 +1137,11 @@
1137 This is an Autotools-based project based on a Yocto template.</para></listitem> 1137 This is an Autotools-based project based on a Yocto template.</para></listitem>
1138 <listitem><para>Put a name in the <filename>Project name:</filename> field. 1138 <listitem><para>Put a name in the <filename>Project name:</filename> field.
1139 Do not use hyphens as part of the name.</para></listitem> 1139 Do not use hyphens as part of the name.</para></listitem>
1140 <listitem><para>Click <filename>Next</filename>.</para></listitem> 1140 <listitem><para>Click "Next".</para></listitem>
1141 <listitem><para>Add information in the <filename>Author</filename> and 1141 <listitem><para>Add information in the <filename>Author</filename> and
1142 <filename>Copyright notice</filename> fields.</para></listitem> 1142 <filename>Copyright notice</filename> fields.</para></listitem>
1143 <listitem><para>Be sure the <filename>License</filename> field is correct.</para></listitem> 1143 <listitem><para>Be sure the <filename>License</filename> field is correct.</para></listitem>
1144 <listitem><para>Click <filename>Finish</filename>.</para></listitem> 1144 <listitem><para>Click "Finish".</para></listitem>
1145 <listitem><para>If the "open perspective" prompt appears, click "Yes" so that you 1145 <listitem><para>If the "open perspective" prompt appears, click "Yes" so that you
1146 in the C/C++ perspective.</para></listitem> 1146 in the C/C++ perspective.</para></listitem>
1147 <listitem><para>The left-hand navigation pane shows your project. 1147 <listitem><para>The left-hand navigation pane shows your project.