[yocto] [PATCH][meta-yocto] local.conf.sample: update upstream sstate mirror url

Martin Hundebøll martin at geanix.com
Thu Nov 15 00:14:31 PST 2018


The prefilled upstream SSTATE_MIRROR setting in the sample configuration
should match the current Yocto release.

Signed-off-by: Martin Hundebøll <martin at geanix.com>
---
 meta-poky/conf/local.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index d28bf58..4fccc61 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -228,7 +228,7 @@ BB_DISKMON_DIRS ??= "\
 # present in the cache. It assumes you can download something faster than you can build it
 # which will depend on your network.
 #
-#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/2.5/PATH;downloadfilename=PATH"
+#SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH"
 
 #
 # Qemu configuration
-- 
2.19.1



More information about the yocto mailing list