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>
This commit is contained in:
Scott Rifenbark 2014-05-29 15:21:14 +03:00 committed by Richard Purdie
parent 1ddf03c1b7
commit 0b3adff2b7
1 changed files with 18 additions and 0 deletions

View File

@ -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>