summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-29 15:21:14 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-30 16:32:18 +0100
commit0b3adff2b7ceb155c44c19443eb95ca24e2778fa (patch)
treeffdac903306118f9586ff397efbc07ddaf19b742 /documentation
parent1ddf03c1b75660a950c0676911263d4a81785c43 (diff)
downloadast2050-yocto-poky-0b3adff2b7ceb155c44c19443eb95ca24e2778fa.zip
ast2050-yocto-poky-0b3adff2b7ceb155c44c19443eb95ca24e2778fa.tar.gz
ref-manual: Added the SSTATE_MIRROR_ALLOW_NETWORK variable.
(From yocto-docs rev: c16d4783ee5289fe6696f6ac056b63c4855b9c9e) 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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 42a6d3d..ad60b08 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7561,6 +7561,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
+ <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm>SSTATE_MIRROR_ALLOW_NETWORK</glossterm>
+ <glossdef>
+ <para>
+ If set to "1", allows fetches from
+ mirrors that are specified in
+ <link linkend='var-SSTATE_MIRRORS'><filename>SSTATE_MIRRORS</filename></link>
+ to work even when <filename>BB_NO_NETWORK</filename>
+ is set to "1", which disables fetching from the network.
+ Using the
+ <filename>SSTATE_MIRROR_ALLOW_NETWORK</filename>
+ variable is useful if you have set
+ <filename>SSTATE_MIRRORS</filename> to point to an
+ internal server for your shared state cache, but
+ you want to disable any other fetching from the network.
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud