summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-02-04 12:23:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:24:02 +0000
commitc6f133f50ed75e5232f55336ac00111baa610a53 (patch)
tree144e5baed1c12a6dc5930c6ce8656c2059ba2532 /documentation
parent38670f4719e93bee2c468ed6ec278b3b5beaa92e (diff)
downloadpoky-c6f133f50ed75e5232f55336ac00111baa610a53.tar.gz
ref-manual: added MIRRORS glossary definition.
(From yocto-docs rev: 3dfc95974cdaf345d36a51e8f581602242c38148) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 959b8c3418..bfd1429558 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2210,6 +2210,31 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2210 </glossdef> 2210 </glossdef>
2211 </glossentry> 2211 </glossentry>
2212 2212
2213 <glossentry id='var-MIRRORS'><glossterm>MIRRORS</glossterm>
2214 <glossdef>
2215 <para>
2216 Specifies additional paths from which the OpenEmbedded
2217 build system gets source code.
2218 When the build system searches for source code, it first
2219 tries the local download directory.
2220 If that location fails, the build system tries locations
2221 defined by
2222 <link linkend='var-PREMIRRORS'><filename>PREMIRRORS</filename></link>,
2223 the upstream source, and then locations specified by
2224 <filename>MIRRORS</filename> in that order.
2225 </para>
2226
2227 <para>
2228 Assuming your distribution
2229 (<link linkend='var-DISTRO'><filename>DISTRO</filename></link>)
2230 is "poky", the default value for
2231 <filename>MIRRORS</filename> is defined in the
2232 <filename>conf/distro/poky.conf</filename> file in the
2233 <filename>meta-yocto</filename> Git repository.
2234 </para>
2235 </glossdef>
2236 </glossentry>
2237
2213 <glossentry id='var-MLPREFIX'><glossterm>MLPREFIX</glossterm> 2238 <glossentry id='var-MLPREFIX'><glossterm>MLPREFIX</glossterm>
2214 <glossdef> 2239 <glossdef>
2215 <para> 2240 <para>