diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-03 08:18:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 14:01:41 +0100 |
commit | cc6819ede718de4de538db8c4cf06eee5820f81a (patch) | |
tree | a5dd257692f666a7f03754a1804bf457532368b1 /documentation/adt-manual | |
parent | 2a68be025b143a201c2ec9684c8088d169c8b4d4 (diff) | |
download | poky-cc6819ede718de4de538db8c4cf06eee5820f81a.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.xml | 15 |
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-<release>-<date>-archive.zip</filename> | 219 | <filename>org.yocto.sdk-<release>-<date>-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> |