summaryrefslogtreecommitdiffstats
path: root/plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml')
-rw-r--r--plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml b/plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml
index 310dce6af63..07864111ce0 100644
--- a/plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml
+++ b/plugins/org.yocto.sdk.ide.doc.user/cheatsheets/createNewHelloWorldProject.xml
@@ -39,10 +39,10 @@
</description>
<subitem>
<description>
- The global settings can be modified in the <b>Yocto Project ADT</b>
+ The global settings can be modified in the <b>Yocto Project SDK</b>
section of the eclipse preferences. Select <b>Window</b> &gt;
<b>Preferences</b> from the menu bar and then select the section
- <b>Yocto Project ADT</b>. These settings are the default ones for
+ <b>Yocto Project SDK</b>. These settings are the default ones for
every project you create in the workspace.
</description>
<command
@@ -59,7 +59,7 @@
<subitem>
<description>
Provide a <b>Toolchain Root Location</b> (e.g.
- /opt/poky/1.3 or some other location on the filesystem).
+ /opt/poky/2.1 or some other location on the filesystem).
</description>
</subitem>
<subitem>
@@ -105,7 +105,7 @@
</item>
<item title="Create a Hello World Autotools Project">
<description>
- Create a Yocto Project ADT Project &quot;Hello World ANSI C Autotools
+ Create a Yocto Project SDK Project &quot;Hello World ANSI C Autotools
Project&quot; or &quot;Hello World C++ Autotools Project&quot;
by using the appropriate Project wizard.
</description>
@@ -135,7 +135,7 @@
<subitem when="C++">
<description>
Enter <b>HelloWorld</b> as the project name, then select
- <b>Yocto Project ADT Project</b> &gt;
+ <b>Yocto Project SDK Project</b> &gt;
<b>Hello World C++ Autotools Project</b> from the Project type
list and click <b>Next</b>.
</description>
@@ -143,7 +143,7 @@
<subitem when="C">
<description>
Enter <b>HelloWorld</b> as the project name, then select
- <b>Yocto Project ADT Project</b> &gt;
+ <b>Yocto Project SDK Project</b> &gt;
<b>Hello World ANSI C Autotools Project</b> from the Project type
list and click <b>Next</b>.
</description>