From a13ad005a307b2a9672bd95ffaad148a58d12592 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 10 May 2012 15:37:49 -0600 Subject: 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 (From yocto-docs rev: f50d0071e39a5e8424633a55ab2c3fdc75e9686d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'documentation/adt-manual') 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 @@ Install the Eclipse Yocto Plug-in. Configure the Eclipse Yocto Plug-in. + + Do not install Eclipse from your distribution's package repository. + Be sure to install Eclipse from the official Eclipse download site as directed + in the next section. +
@@ -59,7 +64,7 @@ into a clean directory using the default name eclipse: $ cd ~ - $ tar -xzvf ~/Downloads/eclipse-SDK-3.7.1-linux-gtk-x86_64.tar.gz + $ tar -xzvf ~/Downloads/eclipse-SDK-3.7.2-linux-gtk-x86_64.tar.gz -- cgit v1.2.3-54-g00ecf