diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-05-29 15:21:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-30 16:32:18 +0100 |
commit | 0b3adff2b7ceb155c44c19443eb95ca24e2778fa (patch) | |
tree | ffdac903306118f9586ff397efbc07ddaf19b742 /documentation/ref-manual | |
parent | 1ddf03c1b75660a950c0676911263d4a81785c43 (diff) | |
download | 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/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 42a6d3ddc4..ad60b08af4 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" | |||
7561 | </glossdef> | 7561 | </glossdef> |
7562 | </glossentry> | 7562 | </glossentry> |
7563 | 7563 | ||
7564 | <glossentry id='var-SSTATE_MIRROR_ALLOW_NETWORK'><glossterm>SSTATE_MIRROR_ALLOW_NETWORK</glossterm> | ||
7565 | <glossdef> | ||
7566 | <para> | ||
7567 | If set to "1", allows fetches from | ||
7568 | mirrors that are specified in | ||
7569 | <link linkend='var-SSTATE_MIRRORS'><filename>SSTATE_MIRRORS</filename></link> | ||
7570 | to work even when <filename>BB_NO_NETWORK</filename> | ||
7571 | is set to "1", which disables fetching from the network. | ||
7572 | Using the | ||
7573 | <filename>SSTATE_MIRROR_ALLOW_NETWORK</filename> | ||
7574 | variable is useful if you have set | ||
7575 | <filename>SSTATE_MIRRORS</filename> to point to an | ||
7576 | internal server for your shared state cache, but | ||
7577 | you want to disable any other fetching from the network. | ||
7578 | </para> | ||
7579 | </glossdef> | ||
7580 | </glossentry> | ||
7581 | |||
7564 | <glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS</glossterm> | 7582 | <glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS</glossterm> |
7565 | <glossdef> | 7583 | <glossdef> |
7566 | <para> | 7584 | <para> |