From 54b4aff817c8a498539480457890daf974f4a53d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 22 Sep 2015 09:49:43 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 8 ++++---- 1 file 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: - $ git checkout luna/yocto-1.8 + $ git checkout luna/yocto-&DISTRO; This puts you in a detached HEAD state, which is fine since you are only going to be building and not developing. If you are building kepler, checkout the - kepler/yocto-1.8 + kepler/yocto-&DISTRO; branch. @@ -975,13 +975,13 @@ Be sure to provide the tag name, documentation branch, and a release name. Here is an example that uses the - luna/yocto-1.8 tag, the + luna/yocto-&DISTRO; tag, the master documentation branch, and &DISTRO_NAME; for the release name: - $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh luna/yocto-1.8 master &DISTRO_NAME; 2>&1 | tee -a build.log + $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh luna/yocto-&DISTRO; master &DISTRO_NAME; 2>&1 | tee -a build.log After running the script, the file org.yocto.sdk-release-date-archive.zip -- cgit v1.2.3-54-g00ecf