From 197ff097f73a1fcfb4923a13e824b0b463fe1e7f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 20 Jun 2018 14:43:39 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-neon.xml | 32 ++++++++++++++---------- documentation/sdk-manual/sdk-eclipse-project.xml | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) (limited to 'documentation/sdk-manual') 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 @@ To create a project based on a Yocto template and then display the source code, follow these steps: - Select "C Project" from the "File -> New" menu. + + Select "C Project" from the "File -> New" menu. - Expand Yocto Project SDK Autotools Project. + + Expand "Yocto Project SDK Autotools Project". - Select Hello World ANSI C Autotools Projects. + + Select "Hello World ANSI C Autotools Projects". This is an Autotools-based project based on a Yocto template. - Put a name in the Project name: - field. + + Put a name in the "Project name:" field. Do not use hyphens as part of the name - (e.g. hello). + (e.g. "hello"). - Click "Next". + + Click "Next". - Add appropriate information in the various - fields. + + Add appropriate information in the various fields. - Click "Finish". + + Click "Finish". - If the "open perspective" prompt appears, + + If the "open perspective" prompt appears, click "Yes" so that you are in the C/C++ perspective. - The left-hand navigation pane shows your - project. + + The left-hand navigation pane shows your project. You can display your source by double clicking the project's source file. 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 @@ Put a name in the "Project name:" field. Do not use hyphens as part of the name - (e.g. hello). + (e.g. "hello"). Click "Next". -- cgit v1.2.3-54-g00ecf