diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 806f4f8f05..b73b4f698b 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -2242,6 +2242,43 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ SSTATE_MIRRORS
+
+
+ Configures the OpenEmbedded build system to search other
+ mirror locations for prebuilt cache data objects before
+ building out the data.
+ This variable works like fetcher
+ MIRRORS/PREMIRRORS
+ and points to the cache locations to check for the shared
+ objects.
+
+
+
+ You can specify a filesystem directory or a remote URL such
+ as HTTP or FTP.
+ The locations you specify need to contain the shared state
+ cache (sstate-cache) results from previous builds.
+ The sstate-cache you point to can also be from builds on
+ other machines.
+
+
+
+ If a mirror uses the same structure as
+ SSTATE_DIR,
+ you need to add
+ "PATH" at the end as shown in the examples below.
+ The build system substitues the correct path within the
+ directory structure.
+
+ SSTATE_MIRRORS ?= "\
+ file://.* http://someserver.tld/share/sstate/PATH \n \
+ file://.* file:///some/local/dir/sstate/PATH"
+
+
+
+
+
STAGING_KERNEL_DIR