diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index a55f08a4fb..7537a5c3c9 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -900,24 +900,36 @@
For this example, the repository is named
~/yocto-eclipse.
+ Be sure you are in the right branch for your Git repository.
+ For this release set the branch to 1.3_beta:
+
+ $ git checkout -b 1.3_beta origin/1.3_beta
+
Locate the build.sh script in the
Git repository you created in the previous step.
The script is located in the scripts.
Be sure to set and export the ECLIPSE_HOME environment
- variable to the top-level directory in which you installed the Indigo
- version of Eclipse.
+ variable to the top-level directory in which you installed your version of Eclipse.
For example, if your Eclipse directory is $HOME/eclipse,
use the following:
$ export ECLIPSE_HOME=$HOME/eclipse
- Run the build.sh script and provide the
- name of the Git branch along with the Yocto Project release you are
- using.
- Here is an example that uses the master Git repository
- and the 1.1M4 release:
+ Be sure you have the right branch in the Poky Git repository
+ checked out.
+ For example, the following commands checkout the 1.3_beta
+ branch in the local Poky Git repository:
- $ scripts/build.sh master 1.1M4
+ $ cd ~/poky
+ $ git checkout -b 1.3_beta origin/1.3_beta
+
+ Move back to your Yocto Eclipse directory and
+ run the build.sh script.
+ Provide the name of the Git branch along with the Yocto Project release you are
+ using.
+ Here is an example that uses the 1.3_beta branches:
+
+ $ scripts/build.sh 1.3_beta 1.3_beta
After running the script, the file
org.yocto.sdk-<release>-<date>-archive.zip
@@ -930,9 +942,10 @@
Provide anything you want in the "Name" field.
Click "Archive" and browse to the ZIP file you built
in step four.
- This ZIP file should not be "unzipped", and must be the
+ This ZIP file should not be "unzipped", and must be the
*archive.zip file created by running the
build.sh script.
+ Click through the "Okay" buttons.
Check the box next to the new entry in the installation window and complete
the installation.
Restart the Eclipse IDE if necessary.