From: Scott Rifenbark Date: Tue, 14 Jun 2016 20:01:57 +0000 (-0700) Subject: ref-manual: Updated SSTATE_MIRRORS examples to match reality X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b6dd1e8131dc770381c16406e85097c0715f21;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated SSTATE_MIRRORS examples to match reality Fixes [YOCTO #9773] Updated two examples that set SSTATE_MIRRORS so that they match the changes made by YOCTO #3220. (From yocto-docs rev: e07674cd0665c485173eaa05c4072c287411b81f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2d16019caa2..433893b93d4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -11994,7 +11994,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" directory structure. SSTATE_MIRRORS ?= "\ - file://.* http://someserver.tld/share/sstate/PATH \n \ + file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ file://.* file:///some-local-dir/sstate/PATH" diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index f06382ab52d..f6004908a9e 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -722,7 +722,7 @@ Here is an example: SSTATE_MIRRORS ?= "\ - file://.* http://someserver.tld/share/sstate/PATH \n \ + file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ file://.* file:///some/local/dir/sstate/PATH"