summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-model.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index dc609f47dc..b98c0fe899 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -939,14 +939,14 @@
939 For example, if you are using Luna, do the 939 For example, if you are using Luna, do the
940 following: 940 following:
941 <literallayout class='monospaced'> 941 <literallayout class='monospaced'>
942 $ git checkout luna/yocto-1.8 942 $ git checkout luna/yocto-&DISTRO;
943 </literallayout> 943 </literallayout>
944 This puts you in a detached HEAD state, which 944 This puts you in a detached HEAD state, which
945 is fine since you are only going to be building 945 is fine since you are only going to be building
946 and not developing. 946 and not developing.
947 <note> 947 <note>
948 If you are building kepler, checkout the 948 If you are building kepler, checkout the
949 <filename>kepler/yocto-1.8</filename> 949 <filename>kepler/yocto-&DISTRO;</filename>
950 branch. 950 branch.
951 </note> 951 </note>
952 </para></listitem> 952 </para></listitem>
@@ -975,13 +975,13 @@
975 Be sure to provide the tag name, documentation 975 Be sure to provide the tag name, documentation
976 branch, and a release name. 976 branch, and a release name.
977 Here is an example that uses the 977 Here is an example that uses the
978 <filename>luna/yocto-1.8</filename> tag, the 978 <filename>luna/yocto-&DISTRO;</filename> tag, the
979 <filename>master</filename> documentation 979 <filename>master</filename> documentation
980 branch, and 980 branch, and
981 <filename>&DISTRO_NAME;</filename> for the 981 <filename>&DISTRO_NAME;</filename> for the
982 release name: 982 release name:
983 <literallayout class='monospaced'> 983 <literallayout class='monospaced'>
984 $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh luna/yocto-1.8 master &DISTRO_NAME; 2>&amp;1 | tee -a build.log 984 $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh luna/yocto-&DISTRO; master &DISTRO_NAME; 2>&amp;1 | tee -a build.log
985 </literallayout> 985 </literallayout>
986 After running the script, the file 986 After running the script, the file
987 <filename>org.yocto.sdk-</filename><replaceable>release</replaceable><filename>-</filename><replaceable>date</replaceable><filename>-archive.zip</filename> 987 <filename>org.yocto.sdk-</filename><replaceable>release</replaceable><filename>-</filename><replaceable>date</replaceable><filename>-archive.zip</filename>