diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-16 09:58:50 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-17 00:09:19 +0000 |
commit | 463f946b980974a819945cd704b6cf1adb2dde6d (patch) | |
tree | 7784f9ee4e4a0aa15e6cc3fa564f607a7b42ea7a /documentation | |
parent | 0b06b69992dd3df1dfff7bde694d7ad23d8d15a0 (diff) | |
download | openembedded-core-463f946b980974a819945cd704b6cf1adb2dde6d.tar.gz openembedded-core-463f946b980974a819945cd704b6cf1adb2dde6d.tar.bz2 openembedded-core-463f946b980974a819945cd704b6cf1adb2dde6d.zip |
documentation/adt-manual/adt-eclipse.xml: Re-inserted Autotools plug-in requirement.
Jessica flip-flopped on the need for the Autotools plug-in that was
removed from the manual. I have re-inserted the instructions for adding
this plug-in in as part of the Eclipse set up.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index d41f496d57..7c0ee06299 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -78,8 +78,9 @@ <title>Installing Required Plug-ins and the Eclipse Yocto Plug-in</title> <para> Before installing the Yocto Plug-in you need to be sure that the - CDT 7.0 and RSE 3.2 plug-ins are all installed. - After installing these two plug-ins, you can install the + CDT 7.0, RSE 3.2, and Autotools plug-ins are all installed in the + following order. + After installing these three plug-ins, you can install the Eclipse Yocto Plug-in. Use the following URLs for the plug-ins: <orderedlist> @@ -97,6 +98,10 @@ select the following: “Remote System Explorer End-User Runtime”, “Remote System Explorer Extended SDK”, “Remote System Explorer User Actions”, “RSE Core”, “RSE Terminals UI”, and “Target Management Terminal”.</para></listitem> + <listitem><para><emphasis>Autotools</emphasis> – + <ulink url='http://www.download.eclipse.org/technology/linuxtools/update/'></ulink>: + Expand the items under “Linux Tools” and select “Autotools support for + CDT (Incubation)”.</para></listitem> <listitem><para><emphasis>Yocto Plug-in</emphasis> – <ulink url='http://www.yoctoproject.org/downloads/eclipse-plugin/'></ulink>: Check the box next to “Development tools & SDKs for Yocto Linux” |