From 31ffad5e63720dda22b1a35d29f9cc64b9b20a76 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 13 Jan 2016 13:58:31 +0200 Subject: Use SSTATE_MIRRORS to speedup the local builds SSTATE_MIRRORS contains the build artifacts from previous builds done in CI and Jenkins. When running yocto builds locally for components with identical build configuration, the artifacts can be fetched from the mirror. This is usually the case for most of the base components and toolchain, as they are updated less frequently. Change-Id: Ic185b5a5dfd3b3b839bcd0ae102067a40a3040c6 Reviewed-by: Teemu Holappa --- conf/local.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index b14b55d..d8029f2 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -253,6 +253,7 @@ BB_DISKMON_DIRS = "\ #SSTATE_MIRRORS ?= "\ #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" +SSTATE_MIRRORS ?= "file://.* http://ci-files01-hki.ci.local/yocto/sstate-cache/PATH" PREMIRRORS = "\ ftp://.*/.* http://ci-files01-hki.ci.local/yocto/sources/ \n \ -- cgit v1.2.3-54-g00ecf