From 1c3c0c3d3d22e834bedee1e091a6d39b88587c8b Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 2 Mar 2016 13:44:06 +0200 Subject: Use distro specific sstate cache Change-Id: Ife5236e848e788a30a1942663bfefdf6301d6f37 Reviewed-by: Teemu Holappa --- conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "\ #SSTATE_MIRRORS ?= "\ #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \ #file://.* file:///some/local/dir/sstate/PATH" -SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-cache/PATH" +SSTATE_MIRRORS ?= "file://.* http://yocto-cache.ci.local/sstate-caches/${DISTRO_CODENAME}/PATH" PREMIRRORS = "\ ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ -- cgit v1.2.3-54-g00ecf