From 5c8546cca0459bb9bab356d4fe9cf5e54bc60f70 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Oct 2012 09:07:22 -0700 Subject: documentation: poky-ref-manual - New glossary entry SSTATE_MIRRORS. (From yocto-docs rev: acf9ce9105636b54e6846026edb8d49cd65c0e0b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 806f4f8f05..b73b4f698b 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -2242,6 +2242,43 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SSTATE_MIRRORS + + + Configures the OpenEmbedded build system to search other + mirror locations for prebuilt cache data objects before + building out the data. + This variable works like fetcher + MIRRORS/PREMIRRORS + and points to the cache locations to check for the shared + objects. + + + + You can specify a filesystem directory or a remote URL such + as HTTP or FTP. + The locations you specify need to contain the shared state + cache (sstate-cache) results from previous builds. + The sstate-cache you point to can also be from builds on + other machines. + + + + If a mirror uses the same structure as + SSTATE_DIR, + you need to add + "PATH" at the end as shown in the examples below. + The build system substitues the correct path within the + directory structure. + + SSTATE_MIRRORS ?= "\ + file://.* http://someserver.tld/share/sstate/PATH \n \ + file://.* file:///some/local/dir/sstate/PATH" + + + + + STAGING_KERNEL_DIR -- cgit v1.2.3-54-g00ecf