summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-30 13:44:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:43 +0100
commit00f99ccfe81038ed6dc517306582c27416b14a80 (patch)
treec630ef47a7f6bf45ff68060da8b26b6186a019dc /documentation
parente0172675a0c88741f6fafa4c84a6778e0b3a8136 (diff)
downloadast2050-yocto-poky-00f99ccfe81038ed6dc517306582c27416b14a80.zip
ast2050-yocto-poky-00f99ccfe81038ed6dc517306582c27416b14a80.tar.gz
documentation/adt-manual/adt-eclipse.xml: edits to the config steps
I made some slight edits to configuring the Eclipse IDE and the procedure to install the plug-in from the zip file. This is not complete yet. (From yocto-docs rev: 96de3d21946d64e6b877f067912da8677c3d373a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 829b2f9..20c7470 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>
OpenPOWER on IntegriCloud