From 5e1460de1fc485b67dec2a109b7ad2c0082bc900 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Oct 2012 11:35:58 -0700 Subject: [PATCH] documentation: dev-manual - updated branch to use DISTRO_NAME I changed the preferred branch for the Eclipse example from a hard-coded "1.3_beta" to use the DISTRO_NAME variable. (From yocto-docs rev: 9393c5d1e44a1e326c73353b090c1d1c1a5833da) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 9ad51e2628..27b89464c2 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -923,9 +923,9 @@ 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: + For this release set the branch to &DISTRO_NAME;: - $ git checkout -b 1.3_beta origin/1.3_beta + $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; Locate the build.sh script in the Git repository you created in the previous step. @@ -939,19 +939,19 @@ Be sure you have the right branch in the Poky Git repository checked out. - For example, the following commands checkout the 1.3_beta + For example, the following commands checkout the &DISTRO_NAME; branch in the local Poky Git repository: $ cd ~/poky - $ git checkout -b 1.3_beta origin/1.3_beta + $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; 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: + Here is an example that uses the &DISTRO_NAME; branches: - $ scripts/build.sh 1.3_beta 1.3_beta + $ scripts/build.sh &DISTRO_NAME; &DISTRO_NAME; After running the script, the file org.yocto.sdk-<release>-<date>-archive.zip