summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 10:54:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 10:54:14 +0100
commitf1d3dae747ebaf521dd95c83687f8857b12be016 (patch)
tree4fa3f24d156d2f36add25d85ebb2646aeb0e2d49 /meta-yocto
parent35f20c5aacc9b23affe0380e8451ccc41cbc1799 (diff)
downloadpoky-f1d3dae747ebaf521dd95c83687f8857b12be016.tar.gz
meta-yocto/conf/local.conf.sample: Update SSTATE_MIRRORS comment to remove packaged-staging references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-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/"