diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-15 17:26:53 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:38:04 +0000 |
commit | 94e3971c95e0549a0857f07e1a38d7b7628f0022 (patch) | |
tree | ba3810cf78690222452c9f8004604f4490b221a8 /documentation | |
parent | 76bbb867d6e4e9c49c9d4a2d9c453d0cdf692c44 (diff) | |
download | openembedded-core-94e3971c95e0549a0857f07e1a38d7b7628f0022.tar.gz openembedded-core-94e3971c95e0549a0857f07e1a38d7b7628f0022.tar.bz2 openembedded-core-94e3971c95e0549a0857f07e1a38d7b7628f0022.zip |
documentation/adt-manual/adt-eclipse.xml: Removed Autotools plug-in requirement
Section 4.1.2 lists plug-ins that need to be installed prior to installing
the Yocto Plug-in for Eclipse. I removed the Autotools plug-in
requirement per Jessica Zhang's instructions.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 9fa39cf5cf..197628b79d 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -78,8 +78,8 @@ <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, RSE 3.2, and Autotools plug-ins are all installed. - After installing these three plug-ins, you can install the + CDT 7.0 and RSE 3.2 plug-ins are all installed. + After installing these two plug-ins, you can install the Eclipse Yocto Plug-in. Use the following URLs for the plug-ins: <orderedlist> @@ -97,10 +97,6 @@ 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://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” |