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"
+ 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