summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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: