Module: setup-scripts Branch: master Commit: 3178e98c97d84b62dbcf84d6407edf80d645f08f
Author: Koen Kooi <k...@dominion.thruhere.net> Date: Thu Mar 22 10:09:26 2012 +0100 local.conf: enable sstate-mirror Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- conf/local.conf | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/conf/local.conf b/conf/local.conf index 1c8dc76..e7e340c 100644 --- a/conf/local.conf +++ b/conf/local.conf @@ -24,3 +24,22 @@ BB_GENERATE_MIRROR_TARBALLS = "0" # Disable build time patch resolution. This would lauch a devshell # and wait for manual intervention. We disable it. PATCHRESOLVE = "noop" + +# +# Shared-state files from other locations +# +# Shared state files are prebuilt cache data objects which can +# used to accelerate build time. This variable can be used to configure the system +# to search other mirror locations for these 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/" + +SSTATE_MIRRORS ?= "\ +file://.* http://dominion.thruhere.net/angstrom/sstate-mirror/ \n " + _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel