summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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>