summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample')
-rw-r--r--meta-yocto/conf/local.conf.sample7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index ea32b810d6..d8ec50d8b8 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -156,8 +156,11 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
156# Supported values are i686 and x86_64 156# Supported values are i686 and x86_64
157#SDKMACHINE ?= "i686" 157#SDKMACHINE ?= "i686"
158 158
159# Poky can try and fetch packaged-staging packages from a http, https or ftp 159# The build system can check data caches for prebuilt data objects before
160# mirror. Set this variable to the root of a pstage directory on a server. 160# it builds the data itself. This can be a filesystem directory, or a remote url
161# such as http or ftp. These would contain the sstate-cache results from previous
162# builds (possibly from other machines). This variable works like fetcher
163# MIRRORS/PREMIRRORS and points to the cache locations to check for the shared objects.
161#SSTATE_MIRRORS ?= "\ 164#SSTATE_MIRRORS ?= "\
162#file://.* http://someserver.tld/share/sstate/ \n \ 165#file://.* http://someserver.tld/share/sstate/ \n \
163#file://.* file:///some/local/dir/sstate/" 166#file://.* file:///some/local/dir/sstate/"