From 1924f52cc894d4dd6b9d9c1a2248b32fc0a24c8c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 12 Oct 2011 11:39:09 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 35 ++++++++++++++++++++++++++------ 1 file 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 @@ Installing the Eclipse Yocto Plug-in - You can install the Eclipse Yocto Plug-in one of two methods: use Eclipse IDE commands, - or use the build.sh 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. +
+ New Software -
- Eclipse IDE Method + + To install the Eclipse Yocto Plug-in directly into the Eclipse IDE, + follow these steps: + + Start up the Eclipse IDE. + In Eclipse, select "Install New Software" from the "Help" menu. + Click "Add..." in the "Work with:" area. + Enter + http://www.yoctoproject.org/downloads/eclipse-plugin/1.1 + in the URL field and provide a meaningful name in the "Name" field. + Click "OK" to have the entry added to the "Work with:" + drop-down list. + Select the entry for the plug-in from the "Work with:" drop-down + list. + Complete the remaining software installation steps and + then restart the Eclipse IDE to finish the installation of the plug-in. + + + +
+ + +
+ Yocto Project Source - 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: Open a shell and create a Git repository with: -- cgit v1.2.3-54-g00ecf