diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-15 09:07:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-17 17:32:43 +0100 |
commit | a117b4dbf69f88b5acca06581d64d5f266a062dc (patch) | |
tree | 837172a8ffd3951d8fc27d22c8f0aca82fb8ac56 /documentation/poky-ref-manual/ref-variables.xml | |
parent | 83448c4b318ce60a54aae24a9a247456fa94caaf (diff) | |
download | poky-a117b4dbf69f88b5acca06581d64d5f266a062dc.tar.gz |
documentation: poky-ref-manual - New glossary entry SSTATE_MIRRORS.
(From yocto-docs rev: acf9ce9105636b54e6846026edb8d49cd65c0e0b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 37 |
1 files changed, 37 insertions, 0 deletions
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" | |||
2242 | </glossdef> | 2242 | </glossdef> |
2243 | </glossentry> | 2243 | </glossentry> |
2244 | 2244 | ||
2245 | <glossentry id='var-SSTATE_MIRRORS'><glossterm>SSTATE_MIRRORS</glossterm> | ||
2246 | <glossdef> | ||
2247 | <para> | ||
2248 | Configures the OpenEmbedded build system to search other | ||
2249 | mirror locations for prebuilt cache data objects before | ||
2250 | building out the data. | ||
2251 | This variable works like fetcher | ||
2252 | <filename>MIRRORS</filename>/<filename>PREMIRRORS</filename> | ||
2253 | and points to the cache locations to check for the shared | ||
2254 | objects. | ||
2255 | </para> | ||
2256 | |||
2257 | <para> | ||
2258 | You can specify a filesystem directory or a remote URL such | ||
2259 | as HTTP or FTP. | ||
2260 | The locations you specify need to contain the shared state | ||
2261 | cache (sstate-cache) results from previous builds. | ||
2262 | The sstate-cache you point to can also be from builds on | ||
2263 | other machines. | ||
2264 | </para> | ||
2265 | |||
2266 | <para> | ||
2267 | If a mirror uses the same structure as | ||
2268 | <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, | ||
2269 | you need to add | ||
2270 | "PATH" at the end as shown in the examples below. | ||
2271 | The build system substitues the correct path within the | ||
2272 | directory structure. | ||
2273 | <literallayout class='monospaced'> | ||
2274 | SSTATE_MIRRORS ?= "\ | ||
2275 | file://.* http://someserver.tld/share/sstate/PATH \n \ | ||
2276 | file://.* file:///some/local/dir/sstate/PATH" | ||
2277 | </literallayout> | ||
2278 | </para> | ||
2279 | </glossdef> | ||
2280 | </glossentry> | ||
2281 | |||
2245 | <glossentry id='var-STAGING_KERNEL_DIR'><glossterm>STAGING_KERNEL_DIR</glossterm> | 2282 | <glossentry id='var-STAGING_KERNEL_DIR'><glossterm>STAGING_KERNEL_DIR</glossterm> |
2246 | <glossdef> | 2283 | <glossdef> |
2247 | <para> | 2284 | <para> |