From 0b3adff2b7ceb155c44c19443eb95ca24e2778fa Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 May 2014 15:21:14 +0300 Subject: ref-manual: Added the SSTATE_MIRROR_ALLOW_NETWORK variable. (From yocto-docs rev: c16d4783ee5289fe6696f6ac056b63c4855b9c9e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'documentation/ref-manual') 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" + SSTATE_MIRROR_ALLOW_NETWORK + + + If set to "1", allows fetches from + mirrors that are specified in + SSTATE_MIRRORS + to work even when BB_NO_NETWORK + is set to "1", which disables fetching from the network. + Using the + SSTATE_MIRROR_ALLOW_NETWORK + variable is useful if you have set + SSTATE_MIRRORS to point to an + internal server for your shared state cache, but + you want to disable any other fetching from the network. + + + + SSTATE_MIRRORS -- cgit v1.2.3-54-g00ecf