summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-12 11:39:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 00:31:12 +0100
commit094661ed8d1272ebd4db8198686c5ec642c92d22 (patch)
tree76e1d35c5d03f73cfb69ba33deb1fa3c6e652cc2 /documentation
parent82f6242ea6509c3cf9b6db485cf0efd6f5459867 (diff)
downloadast2050-yocto-poky-094661ed8d1272ebd4db8198686c5ec642c92d22.zip
ast2050-yocto-poky-094661ed8d1272ebd4db8198686c5ec642c92d22.tar.gz
documentation/adt-manual/adt-eclipse.xml: Added missing section for plug-in
Discovered a missing section for installation of the Eclipse Yocto Plug-in. This information is critical to the release. Jessica discovered the problem. New section added that describes how to install the plug-in as a standard "New Software" installation from within the Eclipse IDE. (From yocto-docs rev: d4976ec56d39813a72519387897023f65a5884f6) 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.xml35
1 files changed, 29 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 0044223..c1b241c 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -141,17 +141,40 @@
<title>Installing the Eclipse Yocto Plug-in</title>
<para>
- You can install the Eclipse Yocto Plug-in one of two methods: use Eclipse IDE commands,
- or use the <filename>build.sh</filename> script to build
- and then install a zip file of the plug-in.
+ You can install the Eclipse Yocto Plug-in one of three methods: as new software
+ from within the Eclipse IDE, from the Yocto Project source repositories, or as a built zip file.
</para>
+ <section id='new-software'>
+ <title>New Software</title>
- <section id='eclipse-ide-method'>
- <title>Eclipse IDE Method</title>
+ <para>
+ To install the Eclipse Yocto Plug-in directly into the Eclipse IDE,
+ follow these steps:
+ <orderedlist>
+ <listitem><para>Start up the Eclipse IDE.</para></listitem>
+ <listitem><para>In Eclipse, select "Install New Software" from the "Help" menu.</para></listitem>
+ <listitem><para>Click "Add..." in the "Work with:" area.</para></listitem>
+ <listitem><para>Enter
+ <filename>http://www.yoctoproject.org/downloads/eclipse-plugin/1.1</filename>
+ in the URL field and provide a meaningful name in the "Name" field.</para></listitem>
+ <listitem><para>Click "OK" to have the entry added to the "Work with:"
+ drop-down list.</para></listitem>
+ <listitem><para>Select the entry for the plug-in from the "Work with:" drop-down
+ list.</para></listitem>
+ <listitem><para>Complete the remaining software installation steps and
+ then restart the Eclipse IDE to finish the installation of the plug-in.
+ </para></listitem>
+ </orderedlist>
+ </para>
+ </section>
+
+
+ <section id='yocto-project-source'>
+ <title>Yocto Project Source</title>
<para>
- To install the Eclipse Yocto Plug-in by using Eclipse IDE commands,
+ To install the Eclipse Yocto Plug-in from the Yocto Project source repositories,
follow these steps:
<orderedlist>
<listitem><para>Open a shell and create a Git repository with:
OpenPOWER on IntegriCloud