summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml12
1 files 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 @@
923 For this example, the repository is named 923 For this example, the repository is named
924 <filename>~/yocto-eclipse</filename>.</para></listitem> 924 <filename>~/yocto-eclipse</filename>.</para></listitem>
925 <listitem><para>Be sure you are in the right branch for your Git repository. 925 <listitem><para>Be sure you are in the right branch for your Git repository.
926 For this release set the branch to <filename>1.3_beta</filename>: 926 For this release set the branch to <filename>&DISTRO_NAME;</filename>:
927 <literallayout class='monospaced'> 927 <literallayout class='monospaced'>
928 $ git checkout -b 1.3_beta origin/1.3_beta 928 $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME;
929 </literallayout></para></listitem> 929 </literallayout></para></listitem>
930 <listitem><para>Locate the <filename>build.sh</filename> script in the 930 <listitem><para>Locate the <filename>build.sh</filename> script in the
931 Git repository you created in the previous step. 931 Git repository you created in the previous step.
@@ -939,19 +939,19 @@
939 </literallayout></para></listitem> 939 </literallayout></para></listitem>
940 <listitem><para>Be sure you have the right branch in the Poky Git repository 940 <listitem><para>Be sure you have the right branch in the Poky Git repository
941 checked out. 941 checked out.
942 For example, the following commands checkout the <filename>1.3_beta</filename> 942 For example, the following commands checkout the <filename>&DISTRO_NAME;</filename>
943 branch in the local Poky Git repository: 943 branch in the local Poky Git repository:
944 <literallayout class='monospaced'> 944 <literallayout class='monospaced'>
945 $ cd ~/poky 945 $ cd ~/poky
946 $ git checkout -b 1.3_beta origin/1.3_beta 946 $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME;
947 </literallayout></para></listitem> 947 </literallayout></para></listitem>
948 <listitem><para>Move back to your Yocto Eclipse directory and 948 <listitem><para>Move back to your Yocto Eclipse directory and
949 run the <filename>build.sh</filename> script. 949 run the <filename>build.sh</filename> script.
950 Provide the name of the Git branch along with the Yocto Project release you are 950 Provide the name of the Git branch along with the Yocto Project release you are
951 using. 951 using.
952 Here is an example that uses the <filename>1.3_beta</filename> branches: 952 Here is an example that uses the <filename>&DISTRO_NAME;</filename> branches:
953 <literallayout class='monospaced'> 953 <literallayout class='monospaced'>
954 $ scripts/build.sh 1.3_beta 1.3_beta 954 $ scripts/build.sh &DISTRO_NAME; &DISTRO_NAME;
955 </literallayout> 955 </literallayout>
956 After running the script, the file 956 After running the script, the file
957 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename> 957 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>