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