summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-20 14:43:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-28 09:22:57 +0100
commit197ff097f73a1fcfb4923a13e824b0b463fe1e7f (patch)
tree45be93ca91c15b132f7cdfdb55a7b1fc0191aeb9 /documentation/sdk-manual
parent48372e1bccf874a92d2aea27eb45054e5e5f9268 (diff)
downloadpoky-197ff097f73a1fcfb4923a13e824b0b463fe1e7f.tar.gz
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>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-neon.xml32
-rw-r--r--documentation/sdk-manual/sdk-eclipse-project.xml2
2 files changed, 20 insertions, 14 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml
index 118719d7f3..3ccbbead9c 100644
--- a/documentation/sdk-manual/sdk-appendix-neon.xml
+++ b/documentation/sdk-manual/sdk-appendix-neon.xml
@@ -592,31 +592,37 @@
592 To create a project based on a Yocto template and then display 592 To create a project based on a Yocto template and then display
593 the source code, follow these steps: 593 the source code, follow these steps:
594 <orderedlist> 594 <orderedlist>
595 <listitem><para>Select "C Project" from the "File -> New" menu. 595 <listitem><para>
596 Select "C Project" from the "File -> New" menu.
596 </para></listitem> 597 </para></listitem>
597 <listitem><para>Expand <filename>Yocto Project SDK Autotools Project</filename>. 598 <listitem><para>
599 Expand "Yocto Project SDK Autotools Project".
598 </para></listitem> 600 </para></listitem>
599 <listitem><para>Select <filename>Hello World ANSI C Autotools Projects</filename>. 601 <listitem><para>
602 Select "Hello World ANSI C Autotools Projects".
600 This is an Autotools-based project based on a Yocto 603 This is an Autotools-based project based on a Yocto
601 template. 604 template.
602 </para></listitem> 605 </para></listitem>
603 <listitem><para>Put a name in the <filename>Project name:</filename> 606 <listitem><para>
604 field. 607 Put a name in the "Project name:" field.
605 Do not use hyphens as part of the name 608 Do not use hyphens as part of the name
606 (e.g. <filename>hello</filename>). 609 (e.g. "hello").
607 </para></listitem> 610 </para></listitem>
608 <listitem><para>Click "Next". 611 <listitem><para>
612 Click "Next".
609 </para></listitem> 613 </para></listitem>
610 <listitem><para>Add appropriate information in the various 614 <listitem><para>
611 fields. 615 Add appropriate information in the various fields.
612 </para></listitem> 616 </para></listitem>
613 <listitem><para>Click "Finish". 617 <listitem><para>
618 Click "Finish".
614 </para></listitem> 619 </para></listitem>
615 <listitem><para>If the "open perspective" prompt appears, 620 <listitem><para>
621 If the "open perspective" prompt appears,
616 click "Yes" so that you are in the C/C++ perspective. 622 click "Yes" so that you are in the C/C++ perspective.
617 </para></listitem> 623 </para></listitem>
618 <listitem><para>The left-hand navigation pane shows your 624 <listitem><para>
619 project. 625 The left-hand navigation pane shows your project.
620 You can display your source by double clicking the 626 You can display your source by double clicking the
621 project's source file. 627 project's source file.
622 </para></listitem> 628 </para></listitem>
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml
index 3c330f3366..98e1363911 100644
--- a/documentation/sdk-manual/sdk-eclipse-project.xml
+++ b/documentation/sdk-manual/sdk-eclipse-project.xml
@@ -879,7 +879,7 @@
879 <listitem><para> 879 <listitem><para>
880 Put a name in the "Project name:" field. 880 Put a name in the "Project name:" field.
881 Do not use hyphens as part of the name 881 Do not use hyphens as part of the name
882 (e.g. <filename>hello</filename>). 882 (e.g. "hello").
883 </para></listitem> 883 </para></listitem>
884 <listitem><para> 884 <listitem><para>
885 Click "Next". 885 Click "Next".