From 133224fb3189f0a1d1c32b83a04b923d53c4e397 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 6 Apr 2016 12:32:22 -0700 Subject: documentation: Fixed references using the DISTRO_NAME variable With the introduction of a DISTRO_NAME_NO_CAP variable, the occurrences of the DISTRO_NAME variable had to be checked to see if they really should be using the "NO_CAP" variable instead. Output and actual branch names are case-sensitive. (From yocto-docs rev: 711a3255538298dd3c4bd2af8ad13bc2d159c872) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-using.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/sdk-manual') diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index 618e57030f..1ea47d3bb0 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml @@ -842,10 +842,10 @@ luna/yocto-&DISTRO; tag, the master documentation branch, and - &DISTRO_NAME; for the + &DISTRO_NAME_NO_CAP; for the release name: - $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh luna/yocto-&DISTRO; 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_NO_CAP; 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