Martin Hundebøll
2018-11-15 08:14:46 UTC
The prefilled upstream SSTATE_MIRROR setting in the sample configuration
should match the current Yocto release.
Signed-off-by: Martin Hundebøll <***@geanix.com>
---
Are we sure the sstate mirror is properly updated? I tried using it on
thud in a ubuntu-16.04 docker container, but wasn't able to get any hits
in the cache...
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..fdeb424 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/2.6/PATH;downloadfilename=PATH"
#
# Qemu configuration
should match the current Yocto release.
Signed-off-by: Martin Hundebøll <***@geanix.com>
---
Are we sure the sstate mirror is properly updated? I tried using it on
thud in a ubuntu-16.04 docker container, but wasn't able to get any hits
in the cache...
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..fdeb424 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/2.6/PATH;downloadfilename=PATH"
#
# Qemu configuration
--
2.19.1
--
2.19.1
--