sdk-manual: Updated Neon creating the project section

Needed to render fields and items from the dialog in normal
text, not in formatted text.

(From yocto-docs rev: 204750e3e2a2e777207d5f2044e38d5482254c46)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-06-20 14:43:39 -07:00
committed by Richard Purdie
parent 48372e1bcc
commit 197ff097f7
2 changed files with 20 additions and 14 deletions

View File

@@ -592,31 +592,37 @@
To create a project based on a Yocto template and then display
the source code, follow these steps:
<orderedlist>
<listitem><para>Select "C Project" from the "File -> New" menu.
<listitem><para>
Select "C Project" from the "File -> New" menu.
</para></listitem>
<listitem><para>Expand <filename>Yocto Project SDK Autotools Project</filename>.
<listitem><para>
Expand "Yocto Project SDK Autotools Project".
</para></listitem>
<listitem><para>Select <filename>Hello World ANSI C Autotools Projects</filename>.
<listitem><para>
Select "Hello World ANSI C Autotools Projects".
This is an Autotools-based project based on a Yocto
template.
</para></listitem>
<listitem><para>Put a name in the <filename>Project name:</filename>
field.
<listitem><para>
Put a name in the "Project name:" field.
Do not use hyphens as part of the name
(e.g. <filename>hello</filename>).
(e.g. "hello").
</para></listitem>
<listitem><para>Click "Next".
<listitem><para>
Click "Next".
</para></listitem>
<listitem><para>Add appropriate information in the various
fields.
<listitem><para>
Add appropriate information in the various fields.
</para></listitem>
<listitem><para>Click "Finish".
<listitem><para>
Click "Finish".
</para></listitem>
<listitem><para>If the "open perspective" prompt appears,
<listitem><para>
If the "open perspective" prompt appears,
click "Yes" so that you are in the C/C++ perspective.
</para></listitem>
<listitem><para>The left-hand navigation pane shows your
project.
<listitem><para>
The left-hand navigation pane shows your project.
You can display your source by double clicking the
project's source file.
</para></listitem>

View File

@@ -879,7 +879,7 @@
<listitem><para>
Put a name in the "Project name:" field.
Do not use hyphens as part of the name
(e.g. <filename>hello</filename>).
(e.g. "hello").
</para></listitem>
<listitem><para>
Click "Next".