From: Scott Rifenbark Date: Mon, 4 Feb 2013 18:23:25 +0000 (-0600) Subject: ref-manual: added MIRRORS glossary definition. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6f133f50ed75e5232f55336ac00111baa610a53;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: added MIRRORS glossary definition. (From yocto-docs rev: 3dfc95974cdaf345d36a51e8f581602242c38148) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 959b8c34187..bfd14295589 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" + MIRRORS + + + Specifies additional paths from which the OpenEmbedded + build system gets source code. + When the build system searches for source code, it first + tries the local download directory. + If that location fails, the build system tries locations + defined by + PREMIRRORS, + the upstream source, and then locations specified by + MIRRORS in that order. + + + + Assuming your distribution + (DISTRO) + is "poky", the default value for + MIRRORS is defined in the + conf/distro/poky.conf file in the + meta-yocto Git repository. + + + + MLPREFIX