From 0a2091376eaa612f48d64bb545c5063fdbc39dc3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Mar 2015 08:16:42 -0800 Subject: [PATCH] dev-manual: Updates to Eclipse section Modified the area from which the Eclipse Git repository is located. This has changed. (From yocto-docs rev: ec2bf4125877b28dae0681c8b578c7bebec5a5b6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 31 ++++++------------- 1 file changed, 10 insertions(+), 21 deletions(-) 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.