diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index cab7bf68b0..bb75926932 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -654,8 +654,8 @@
The Eclipse IDE is a popular development environment and it fully
supports development using the Yocto Project.
- This release of the Yocto Project supports both the Luna
- and Kepler versions of the Eclipse IDE.
+ This release of the Yocto Project supports both the Kepler
+ and Juno versions of the Eclipse IDE.
Thus, the following information provides setup information for
both versions.
@@ -708,19 +708,18 @@
Installing the Eclipse IDE
- It is recommended that you have the Luna SR2 (4.4.2)
- version of the Eclipse IDE installed on your development
- system.
- However, if you currently have the Kepler 4.3.2 version
+ It is recommended that you have the Kepler 4.3.2 version of
+ the Eclipse IDE installed on your development system.
+ However, if you currently have the Juno 4.2 version
installed and you do not want to upgrade the IDE, you can
- configure Kepler to work with the Yocto Project.
+ configure Juno to work with the Yocto Project.
- If you do not have the Luna SR2 (4.4.2) Eclipse IDE
- installed, you can find the tarball at
+ If you do not have the Kepler 4.3.2 Eclipse IDE installed,
+ you can find the tarball at
.
- From that site, choose the Luna SR2 4.3.2 version
+ From that site, choose the Eclipse Standard 4.3.2 version
particular to your development host.
This version contains the Eclipse Platform, the Java
Development Tools (JDT), and the Plug-in Development
@@ -735,7 +734,7 @@
using the default name eclipse:
$ cd ~
- $ tar -xzvf ~/Downloads/eclipse-java-luna-SR2-linux-gtk-x86_64.tar.gz
+ $ $ tar -xzvf ~/Downloads/eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz
@@ -758,32 +757,24 @@
select "Install New Software" from the "Help"
pull-down menu.
Select
- Luna - &ECLIPSE_LUNA_URL;
+ Kepler - &ECLIPSE_KEPLER_URL;
from the "Work with:" pull-down menu.
- For Kepler, select
- Kepler - &ECLIPSE_KEPLER_URL;
+ For Juno, select
+ Juno - &ECLIPSE_JUNO_URL;
Expand the box next to "Linux Tools"
and select the
- Linux Tools LTTng Tracer Control,
- Linux Tools LTTng Userspace Analysis,
- and
- LTTng Kernel Analysis boxes.
-
- For Kepler, select the
- LTTng - Linux Tracing Toolkit
- box.
-
-
+ LTTng - Linux Tracing Toolkit
+ boxes.
Expand the box next to "Mobile and
Device Development" and select the following boxes:
C/C++ Remote Launch (Requires RSE Remote System Explorer)
Remote System Explorer End-user Runtime
Remote System Explorer User Actions
- Target Management Terminal (Core SDK)
+ Target Management Terminal
TCF Remote System Explorer add-in
TCF Target Explorer
@@ -823,12 +814,12 @@
Click "Add..." in the "Work with:"
area.
Enter
- &ECLIPSE_DL_PLUGIN_URL;/luna
+ &ECLIPSE_DL_PLUGIN_URL;/kepler
in the URL field and provide a meaningful name
in the "Name" field.
- If you are using Kepler, use
- &ECLIPSE_DL_PLUGIN_URL;/kepler
+ If you are using Juno, use
+ &ECLIPSE_DL_PLUGIN_URL;/juno
in the URL field.
Click "OK" to have the entry added
@@ -888,13 +879,8 @@
For example, if you are using Kepler, do the
following:
- $ git checkout luna-master
+ $ git checkout kepler
-
- If you are building kepler, checkout the
- kepler-master
- branch.
-
Change to the
scripts
@@ -924,15 +910,6 @@
$ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh &DISTRO_NAME; &DISTRO_NAME;
- REVIEWER NOTE
- Here is the actual guidance from the script.
- I need some help understanding this thing:
-
- ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh
- <plugin branch or tag name> <documentation branch or tag name>
- <release name> 2>&1 | tee -a build.log
-
-
After running the script, the file
org.yocto.sdk-release-date-archive.zip
is in the current directory.
@@ -1337,7 +1314,7 @@
Use the "Remote Absolute File Path for
C/C++Application:" field.
For example, enter
- /usr/bin/<programname>.
+ /usr/bin/programname.
Click on the "Debugger" tab to see the
cross-tool debugger you are using.