aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy@opensourcefoundries.com>2018-06-19 13:45:11 -0500
committerRicardo Salveti <ricardo@opensourcefoundries.com>2018-06-19 18:22:32 -0300
commit1417dbed67601e13fe2aabf32043aa1137e13690 (patch)
tree97ccb4244c5f3da3f399fec9151397417fa0261b
parentfec5947f17b9d480ef526a18113cb7804a1d7006 (diff)
mirror: Use direct link to google storage bucket
Our lmp-mirror site is effectively doing redirects to google storage. This change will help us remove that service and probably have things be more reliable since it will avoid a couple of network hops. Signed-off-by: Andy Doan <andy@opensourcefoundries.com>
-rw-r--r--conf/local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf b/conf/local.conf
index 90f07a0..f304de3 100644
--- a/conf/local.conf
+++ b/conf/local.conf
@@ -37,7 +37,7 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the
# cache locations to check for the shared objects.
SSTATE_MIRRORS ?= "\
-file://.* https://lmp-mirror.foundries.io/sstate-cache/PATH \n \
+file://.* https://storage.googleapis.com/lmp-cache/sstate-cache/PATH \n \
"
# enable PR service on build machine itself