summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-03 08:18:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:44 +0100
commit1a0e71f0c72847b7ac7560a6ec9e89bf359a79f1 (patch)
treef168e3687aa23182ea7be589fe3d21ba1e784e4e /documentation/adt-manual
parent47b82c7db8ec96a81e7bec196b218d16345b1e4c (diff)
downloadpoky-1a0e71f0c72847b7ac7560a6ec9e89bf359a79f1.tar.gz
documentation/adt-manual/adt-eclipse.xml: updates to zip method of plugin install.
These changes are for installing the YP Eclipse plug-in using a built out ZIP file. (From yocto-docs rev: ea50f63d448b4ff6026a9334440058511782461d) 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')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 20c7470f74..5ca07a601f 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -218,8 +218,19 @@
218 After running the script, the file 218 After running the script, the file
219 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename> 219 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>
220 is in the current directory.</para></listitem> 220 is in the current directory.</para></listitem>
221 <listitem><para>Install the zip file in the top-level directory of the 221 <listitem><para>If necessary, start the Eclipse IDE and be sure you are in the
222 installed Indigo Eclipse IDE.</para></listitem> 222 Workbench.</para></listitem>
223 <listitem><para>Select "Install New Software" from the "Help" pull-down menu.
224 </para></listitem>
225 <listitem><para>Click "Add".</para></listitem>
226 <listitem><para>Provide anything you want in the "Name" field.</para></listitem>
227 <listitem><para>For the "Archive" field, select the ZIP file you built in step
228 4.
229 This ZIP file should not be "unzipped", and must be the
230 <filename>*archive.zip</filename> file created by running the
231 <filename>build.sh</filename> script.</para></listitem>
232 <listitem><para>Select the new entry in the installation window and complete
233 the installation.</para></listitem>
223 <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem> 234 <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem>
224 </orderedlist> 235 </orderedlist>
225 </para> 236 </para>