summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-05-10 15:37:49 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-31 21:16:53 +0100
commita13ad005a307b2a9672bd95ffaad148a58d12592 (patch)
tree4a6ce0d8199c1a1d8c04c7d243eeb6e40bc4efc1 /documentation/adt-manual
parent3a062dde67b0f91e7f2d4a3f55d4108514b7659d (diff)
downloadpoky-a13ad005a307b2a9672bd95ffaad148a58d12592.tar.gz
documentation/adt-manual/adt-eclipse.xml: Added not and updated version
Fixes [YOCTO #2445] Added a note telling the user not to install Eclipse from the distribution's package repository but to rather be sure to install from the official Eclipse download site. Also, changed the tarball name from having a "3.7.1" in it to the recent version of "3.7.2". Reported-by: Lianhao Lu <lianhao.lu@intel.com> (From yocto-docs rev: f50d0071e39a5e8424633a55ab2c3fdc75e9686d) 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.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index aead5d8ee2..94eb159768 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -35,6 +35,11 @@
35 <listitem><para>Install the Eclipse Yocto Plug-in.</para></listitem> 35 <listitem><para>Install the Eclipse Yocto Plug-in.</para></listitem>
36 <listitem><para>Configure the Eclipse Yocto Plug-in.</para></listitem> 36 <listitem><para>Configure the Eclipse Yocto Plug-in.</para></listitem>
37 </orderedlist> 37 </orderedlist>
38 <note>
39 Do not install Eclipse from your distribution's package repository.
40 Be sure to install Eclipse from the official Eclipse download site as directed
41 in the next section.
42 </note>
38 </para> 43 </para>
39 44
40 <section id='installing-eclipse-ide'> 45 <section id='installing-eclipse-ide'>
@@ -59,7 +64,7 @@
59 into a clean directory using the default name <filename>eclipse</filename>: 64 into a clean directory using the default name <filename>eclipse</filename>:
60 <literallayout class='monospaced'> 65 <literallayout class='monospaced'>
61 $ cd ~ 66 $ cd ~
62 $ tar -xzvf ~/Downloads/eclipse-SDK-3.7.1-linux-gtk-x86_64.tar.gz 67 $ tar -xzvf ~/Downloads/eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz
63 </literallayout> 68 </literallayout>
64 </para> 69 </para>
65 70