diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-03-02 13:44:06 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-03-02 11:48:49 +0000 |
commit | 1c3c0c3d3d22e834bedee1e091a6d39b88587c8b (patch) | |
tree | 0da0103d517844911c8916fca3954d8586bcd771 /conf/local.conf.sample | |
parent | 1dc408e27ed53f0767ac35e29734c61955a04b95 (diff) | |
download | meta-boot2qt-1c3c0c3d3d22e834bedee1e091a6d39b88587c8b.tar.gz |
Use distro specific sstate cache
Change-Id: Ife5236e848e788a30a1942663bfefdf6301d6f37
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 7aa0dc8..eb954e2 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample | |||
@@ -252,7 +252,7 @@ BB_DISKMON_DIRS = "\ | |||
252 | #SSTATE_MIRRORS ?= "\ | 252 | #SSTATE_MIRRORS ?= "\ |
253 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ | 253 | #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ |
254 | #file://.* file:///some/local/dir/sstate/PATH" | 254 | #file://.* file:///some/local/dir/sstate/PATH" |
255 | SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-cache/PATH" | 255 | SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-caches/${DISTRO_CODENAME}/PATH" |
256 | 256 | ||
257 | PREMIRRORS = "\ | 257 | PREMIRRORS = "\ |
258 | ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 258 | ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ |