aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-09-22 09:49:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:06:22 +0100
commit54b4aff817c8a498539480457890daf974f4a53d (patch)
treeda94cb34b592850fa1a32bc0e4b9a8cf787d695a /documentation/dev-manual
parent196210ff90ee8d6983f60aefe8fa4c62806fa178 (diff)
downloadopenembedded-core-contrib-54b4aff817c8a498539480457890daf974f4a53d.tar.gz
adt-manual: Updated some hard-coded distro values
I found four occurances of "1.8" used in manual. These needed to be set to "&DISTRO;" so that they resolve to the latest YP release. (From yocto-docs rev: 9db8a2a04085623588e51740a45ee58c500649f6) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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 @@
For example, if you are using Luna, do the
following:
<literallayout class='monospaced'>
- $ git checkout luna/yocto-1.8
+ $ git checkout luna/yocto-&DISTRO;
</literallayout>
This puts you in a detached HEAD state, which
is fine since you are only going to be building
and not developing.
<note>
If you are building kepler, checkout the
- <filename>kepler/yocto-1.8</filename>
+ <filename>kepler/yocto-&DISTRO;</filename>
branch.
</note>
</para></listitem>
@@ -975,13 +975,13 @@
Be sure to provide the tag name, documentation
branch, and a release name.
Here is an example that uses the
- <filename>luna/yocto-1.8</filename> tag, the
+ <filename>luna/yocto-&DISTRO;</filename> tag, the
<filename>master</filename> documentation
branch, and
<filename>&DISTRO_NAME;</filename> for the
release name:
<literallayout class='monospaced'>
- $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh luna/yocto-1.8 master &DISTRO_NAME; 2>&amp;1 | tee -a build.log
+ $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh luna/yocto-&DISTRO; master &DISTRO_NAME; 2>&amp;1 | tee -a build.log
</literallayout>
After running the script, the file
<filename>org.yocto.sdk-</filename><replaceable>release</replaceable><filename>-</filename><replaceable>date</replaceable><filename>-archive.zip</filename>