meta-yocto/conf/local.conf.sample: Update SSTATE_MIRRORS comment to remove packaged-staging references

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-07-20 10:54:14 +01:00
parent 35f20c5aac
commit f1d3dae747
1 changed files with 5 additions and 2 deletions

View File

@ -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/"