summaryrefslogtreecommitdiffstats
path: root/documentation
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:37 +0100
commit56eff8f76b2efe98ded090f941cf503fbe55b1f5 (patch)
treeae8079874ec4f8173fdb27fcd62bd3989444f02c /documentation
parent20907b4cd89eb51d00281624ef0137bd2fb84bfb (diff)
downloadpoky-56eff8f76b2efe98ded090f941cf503fbe55b1f5.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')
-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.