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)
downloadast2050-yocto-poky-f1d3dae747ebaf521dd95c83687f8857b12be016.zip
ast2050-yocto-poky-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 ea32b81..d8ec50d 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -156,8 +156,11 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"
-# Poky can try and fetch packaged-staging packages from a http, https or ftp
-# mirror. Set this variable to the root of a pstage directory on a server.
+# The build system can check data caches for prebuilt data objects before
+# it builds the data itself. This can be a filesystem directory, or a remote url
+# such as http or ftp. These would contain the sstate-cache results from previous
+# builds (possibly from other machines). This variable works like fetcher
+# MIRRORS/PREMIRRORS and points to the cache locations to check for the shared objects.
#SSTATE_MIRRORS ?= "\
#file://.* http://someserver.tld/share/sstate/ \n \
#file://.* file:///some/local/dir/sstate/"
OpenPOWER on IntegriCloud