diff options
| -rw-r--r-- | meta-yocto/conf/local.conf.sample | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 31d58d7c88..23af275e16 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
| @@ -216,9 +216,12 @@ PATCHRESOLVE = "noop" | |||
| 216 | # would contain the sstate-cache results from previous builds (possibly from other | 216 | # would contain the sstate-cache results from previous builds (possibly from other |
| 217 | # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the | 217 | # machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the |
| 218 | # cache locations to check for the shared objects. | 218 | # cache locations to check for the shared objects. |
| 219 | # NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH | ||
| 220 | # at the end as shown in the examples below. This will be substituted with the | ||
| 221 | # correct path within the directory structure. | ||
| 219 | #SSTATE_MIRRORS ?= "\ | 222 | #SSTATE_MIRRORS ?= "\ |
| 220 | #file://.* http://someserver.tld/share/sstate/ \n \ | 223 | #file://.* http://someserver.tld/share/sstate/PATH \n \ |
| 221 | #file://.* file:///some/local/dir/sstate/" | 224 | #file://.* file:///some/local/dir/sstate/PATH" |
| 222 | 225 | ||
| 223 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to | 226 | # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to |
| 224 | # track the version of this file when it was generated. This can safely be ignored if | 227 | # track the version of this file when it was generated. This can safely be ignored if |
