diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index bbf4904860..7ae0423c67 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -871,28 +871,17 @@ repository with: $ cd ~ - $ git clone git://git.yoctoproject.org/eclipse-poky-kepler + $ git clone git://git.yoctoproject.org/eclipse-poky - - If you are using Juno, the repository is - located at - git://git.yoctoproject.org/eclipse-poky-juno. - - For this example, the repository is named - ~/eclipse-poky-kepler. - Change to the directory where you - set up the Git repository: + Be sure to checkout the specific + plug-in branch. + For example, if you are using Kepler, do the + following: - $ cd ~/eclipse-poky-kepler - - Be sure you are in the right branch - for your Git repository. - For this release set the branch to - &DISTRO_NAME;: - - $ git checkout &DISTRO_NAME; - + $ git checkout kepler + + Change to the scripts directory within the Git repository: @@ -919,10 +908,10 @@ Here is an example that uses the &DISTRO_NAME; branch: - $ ECLIPSE_HOME=/home/scottrif/eclipse-poky-kepler/scripts/eclipse ./build.sh &DISTRO_NAME; &DISTRO_NAME; + $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh &DISTRO_NAME; &DISTRO_NAME; After running the script, the file - org.yocto.sdk-<release>-<date>-archive.zip + org.yocto.sdk-release-date-archive.zip is in the current directory. If necessary, start the Eclipse IDE and be sure you are in the Workbench.