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: Start the Eclipse IDE. - Select "Install New Software" from the "Help" pull-down menu. + Make sure you are in your Workbench and select + "Install New Software" from the "Help" pull-down menu. Select Indego - http://download.eclipse.org/releases/indego from the "Work with:" pull-down menu. @@ -103,8 +104,9 @@ and select the Autotools Support for CDT (incubation) and C/C++ Development Tools boxes. Complete the installation and restart the Eclipse IDE. - Select "Install New Software" from the "Help" pull-down menu. - After the Eclipse IDE restarts, click the + After the Eclipse IDE restarts and from the Workbench, select + "Install New Software" from the "Help" pull-down menu. + Click the "Available Software Sites" link. Check the box next to http://download.eclipse.org/tm/updates/3.3 @@ -117,9 +119,10 @@ and select every item except RSE Unit Tests and RSE WinCE Services (incubation). Complete the installation and restart the Eclipse IDE. - After the Eclipse IDE restarts, click the - "Available Software Sites" link. - Check the box next to + If necessary, select + "Install New Software" from the "Help" pull-down menu so you can click the + "Available Software Sites" link again. + After clicking "Available Software Sites", check the box next to http://download.eclipse.org/tools/cdt/releases/indego and click "OK". Select http://download.eclipse.org/tools/cdt/releases/indego @@ -153,9 +156,10 @@ Open a shell and create a Git repository with: - $ git clone git://git.yoctoproject.org/yocto-eclipse yocto-eclipse + $ git clone git://git.yoctoproject.org/eclipse-poky yocto-eclipse - For this example, I created ~/yocto-eclipse. + For this example, the repository is named + ~/yocto-eclipse. In Eclipse, select "Import" from the "File" menu. Expand the "General" box and pick "existing projects into workspace". @@ -188,19 +192,20 @@ Open a shell and create a Git repository with: - $ git clone git://git.yoctoproject.org/yocto-eclipse yocto-eclipse + $ git clone git://git.yoctoproject.org/eclipse-poky yocto-eclipse - For this example, I created ~/yocto-eclipse. + For this example, the repository is named + ~/yocto-eclipse. Locate the build.sh script in the Git repository you created in the previous step. The script is located in the scripts. - Be sure to set the ECLIPSE_HOME environment + Be sure to set and export the ECLIPSE_HOME environment variable to the top-level directory in which you installed the Indigo version of Eclipse. For example, if your Eclipse directory is $HOME/eclipse, use the following: - ECLIPSE_HOME=$HOME/eclipse + $ export ECLIPSE_HOME=$HOME/eclipse Run the build.sh script and provide the name of the Git branch along with the Yocto Project release you are @@ -212,7 +217,7 @@ After running the script, the file org.yocto.sdk-<release>-<date>-archive.zip - in the current directory. + is in the current directory. Install the zip file in the top-level directory of the installed Indigo Eclipse IDE. Restart the Eclipse IDE if necessary. @@ -225,9 +230,6 @@ $ cd ~/eclipse $ ./eclipse -vmargs -XX:PermSize=256M - 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.