diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-12 11:39:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 00:31:12 +0100 |
commit | 094661ed8d1272ebd4db8198686c5ec642c92d22 (patch) | |
tree | 76e1d35c5d03f73cfb69ba33deb1fa3c6e652cc2 /documentation/adt-manual/adt-eclipse.xml | |
parent | 82f6242ea6509c3cf9b6db485cf0efd6f5459867 (diff) | |
download | 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/adt-manual/adt-eclipse.xml')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 004422367f..c1b241c567 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -141,17 +141,40 @@ | |||
141 | <title>Installing the Eclipse Yocto Plug-in</title> | 141 | <title>Installing the Eclipse Yocto Plug-in</title> |
142 | 142 | ||
143 | <para> | 143 | <para> |
144 | You can install the Eclipse Yocto Plug-in one of two methods: use Eclipse IDE commands, | 144 | You can install the Eclipse Yocto Plug-in one of three methods: as new software |
145 | or use the <filename>build.sh</filename> script to build | 145 | from within the Eclipse IDE, from the Yocto Project source repositories, or as a built zip file. |
146 | and then install a zip file of the plug-in. | ||
147 | </para> | 146 | </para> |
148 | 147 | ||
148 | <section id='new-software'> | ||
149 | <title>New Software</title> | ||
149 | 150 | ||
150 | <section id='eclipse-ide-method'> | 151 | <para> |
151 | <title>Eclipse IDE Method</title> | 152 | To install the Eclipse Yocto Plug-in directly into the Eclipse IDE, |
153 | follow these steps: | ||
154 | <orderedlist> | ||
155 | <listitem><para>Start up the Eclipse IDE.</para></listitem> | ||
156 | <listitem><para>In Eclipse, select "Install New Software" from the "Help" menu.</para></listitem> | ||
157 | <listitem><para>Click "Add..." in the "Work with:" area.</para></listitem> | ||
158 | <listitem><para>Enter | ||
159 | <filename>http://www.yoctoproject.org/downloads/eclipse-plugin/1.1</filename> | ||
160 | in the URL field and provide a meaningful name in the "Name" field.</para></listitem> | ||
161 | <listitem><para>Click "OK" to have the entry added to the "Work with:" | ||
162 | drop-down list.</para></listitem> | ||
163 | <listitem><para>Select the entry for the plug-in from the "Work with:" drop-down | ||
164 | list.</para></listitem> | ||
165 | <listitem><para>Complete the remaining software installation steps and | ||
166 | then restart the Eclipse IDE to finish the installation of the plug-in. | ||
167 | </para></listitem> | ||
168 | </orderedlist> | ||
169 | </para> | ||
170 | </section> | ||
171 | |||
172 | |||
173 | <section id='yocto-project-source'> | ||
174 | <title>Yocto Project Source</title> | ||
152 | 175 | ||
153 | <para> | 176 | <para> |
154 | To install the Eclipse Yocto Plug-in by using Eclipse IDE commands, | 177 | To install the Eclipse Yocto Plug-in from the Yocto Project source repositories, |
155 | follow these steps: | 178 | follow these steps: |
156 | <orderedlist> | 179 | <orderedlist> |
157 | <listitem><para>Open a shell and create a Git repository with: | 180 | <listitem><para>Open a shell and create a Git repository with: |