aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-eclipse.xml34
1 files changed, 18 insertions, 16 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 829b2f98f7..20c7470f74 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -95,7 +95,8 @@
Follow these general steps to configure Eclipse:
<orderedlist>
<listitem><para>Start the Eclipse IDE.</para></listitem>
- <listitem><para>Select "Install New Software" from the "Help" pull-down menu.
+ <listitem><para>Make sure you are in your Workbench and select
+ "Install New Software" from the "Help" pull-down menu.
</para></listitem>
<listitem><para>Select <filename>Indego - http://download.eclipse.org/releases/indego</filename>
from the "Work with:" pull-down menu.</para></listitem>
@@ -103,8 +104,9 @@
and select the <filename>Autotools Support for CDT (incubation)</filename>
and <filename>C/C++ Development Tools</filename> boxes.</para></listitem>
<listitem><para>Complete the installation and restart the Eclipse IDE.</para></listitem>
- <listitem><para>Select "Install New Software" from the "Help" pull-down menu.</para></listitem>
- <listitem><para>After the Eclipse IDE restarts, click the
+ <listitem><para>After the Eclipse IDE restarts and from the Workbench, select
+ "Install New Software" from the "Help" pull-down menu.</para></listitem>
+ <listitem><para>Click the
"Available Software Sites" link.</para></listitem>
<listitem><para>Check the box next to
<filename>http://download.eclipse.org/tm/updates/3.3</filename>
@@ -117,9 +119,10 @@
and select every item except <filename>RSE Unit Tests</filename> and
<filename>RSE WinCE Services (incubation)</filename>.</para></listitem>
<listitem><para>Complete the installation and restart the Eclipse IDE.</para></listitem>
- <listitem><para>After the Eclipse IDE restarts, click the
- "Available Software Sites" link.</para></listitem>
- <listitem><para>Check the box next to
+ <listitem><para>If necessary, select
+ "Install New Software" from the "Help" pull-down menu so you can click the
+ "Available Software Sites" link again.</para></listitem>
+ <listitem><para>After clicking "Available Software Sites", check the box next to
<filename>http://download.eclipse.org/tools/cdt/releases/indego</filename>
and click "OK".</para></listitem>
<listitem><para>Select <filename>http://download.eclipse.org/tools/cdt/releases/indego</filename>
@@ -153,9 +156,10 @@
<orderedlist>
<listitem><para>Open a shell and create a Git repository with:
<literallayout class='monospaced'>
- $ git clone git://git.yoctoproject.org/yocto-eclipse yocto-eclipse
+ $ git clone git://git.yoctoproject.org/eclipse-poky yocto-eclipse
</literallayout>
- For this example, I created <filename>~/yocto-eclipse</filename>.</para></listitem>
+ For this example, the repository is named
+ <filename>~/yocto-eclipse</filename>.</para></listitem>
<listitem><para>In Eclipse, select "Import" from the "File" menu.</para></listitem>
<listitem><para>Expand the "General" box and pick "existing projects into workspace".
</para></listitem>
@@ -188,19 +192,20 @@
<orderedlist>
<listitem><para>Open a shell and create a Git repository with:
<literallayout class='monospaced'>
- $ git clone git://git.yoctoproject.org/yocto-eclipse yocto-eclipse
+ $ git clone git://git.yoctoproject.org/eclipse-poky yocto-eclipse
</literallayout>
- For this example, I created <filename>~/yocto-eclipse</filename>.</para></listitem>
+ For this example, the repository is named
+ <filename>~/yocto-eclipse</filename>.</para></listitem>
<listitem><para>Locate the <filename>build.sh</filename> script in the
Git repository you created in the previous step.
The script is located in the <filename>scripts</filename>.</para></listitem>
- <listitem><para>Be sure to set the <filename>ECLIPSE_HOME</filename> environment
+ <listitem><para>Be sure to set and export the <filename>ECLIPSE_HOME</filename> environment
variable to the top-level directory in which you installed the Indigo
version of Eclipse.
For example, if your Eclipse directory is <filename>$HOME/eclipse</filename>,
use the following:
<literallayout class='monospaced'>
- ECLIPSE_HOME=$HOME/eclipse
+ $ export ECLIPSE_HOME=$HOME/eclipse
</literallayout></para></listitem>
<listitem><para>Run the <filename>build.sh</filename> script and provide the
name of the Git branch along with the Yocto Project release you are
@@ -212,7 +217,7 @@
</literallayout>
After running the script, the file
<filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>
- in the current directory.</para></listitem>
+ is in the current directory.</para></listitem>
<listitem><para>Install the zip file in the top-level directory of the
installed Indigo Eclipse IDE.</para></listitem>
<listitem><para>Restart the Eclipse IDE if necessary.</para></listitem>
@@ -225,9 +230,6 @@
$ cd ~/eclipse
$ ./eclipse -vmargs -XX:PermSize=256M
</literallayout>
- The left navigation pane shows the default projects.
- Right-click on one of these projects and run it as an Eclipse application.
- This brings up a second instance of Eclipse IDE that has the Yocto Plug-in.
</para>
</section>
</section>