summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-02-04 12:52:40 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:24:02 +0000
commit7183fe85ec805ba3f3f52df10afb42b8157b529a (patch)
treedda49da6c32165ac7172ec9b27c766cebddc9dd8
parent846a33ee7549d47ad93ae727daea8348af9342e8 (diff)
downloadpoky-7183fe85ec805ba3f3f52df10afb42b8157b529a.tar.gz
ref-manual: Updated SSTATE_MIRRORS glossary entry.
added links for the PREMIRRORS and MIRRORS variables used in the description. (From yocto-docs rev: 1ec0f9cbeebeaeaadee8cc8b3631e6194c013a2f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index bfd1429558..204046fc14 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3086,7 +3086,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3086 mirror locations for prebuilt cache data objects before 3086 mirror locations for prebuilt cache data objects before
3087 building out the data. 3087 building out the data.
3088 This variable works like fetcher 3088 This variable works like fetcher
3089 <filename>MIRRORS</filename>/<filename>PREMIRRORS</filename> 3089 <link linkend='var-MIRRORS'><filename>MIRRORS</filename></link>/<link linkend='var-PREMIRRORS'><filename>PREMIRRORS</filename></link>
3090 and points to the cache locations to check for the shared 3090 and points to the cache locations to check for the shared
3091 objects. 3091 objects.
3092 </para> 3092 </para>