Skip to content
Snippets Groups Projects
Commit ed424a11 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

flavours: disable public download cache


Our download cache is temporarily out of order. Before it returns,
disabling it should speed up fresh builds, as the cache is gone and is
accessed repeatedly which wastes time.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 34449a8c
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,11 @@ CONF_VERSION = "1"
# Use OSTC download cache default.
# Note that this cache is limited to system configurations that are entirely
# re-distributable, as determined by the OSTC legal team.
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL = "https://cache.ostc-eu.org/bitbake/downloads"
#
# The mirror is temporarily out of service.
#
# INHERIT += "own-mirrors"
# SOURCE_MIRROR_URL = "https://cache.ostc-eu.org/bitbake/downloads"
# If you are building on a very slow device but have relatively reliable network access
# *and* the project you are building has a public sstate cache, you may choose to uncomment
......
......@@ -253,8 +253,11 @@ CONF_VERSION = "1"
# Use OSTC download cache default.
# Note that this cache is limited to system configurations that are entirely
# re-distributable, as determined by the OSTC legal team.
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL = "https://cache.ostc-eu.org/bitbake/downloads"
#
# The mirror is temporarily out of service.
#
# INHERIT += "own-mirrors"
# SOURCE_MIRROR_URL = "https://cache.ostc-eu.org/bitbake/downloads"
# If you are building on a very slow device but have relatively reliable network access
# *and* the project you are building has a public sstate cache, you may choose to uncomment
......
......@@ -255,8 +255,11 @@ CONF_VERSION = "1"
# Use OSTC download cache default.
# Note that this cache is limited to system configurations that are entirely
# re-distributable, as determined by the OSTC legal team.
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL = "https://cache.ostc-eu.org/bitbake/downloads"
#
# The mirror is temporarily out of service.
#
# INHERIT += "own-mirrors"
# SOURCE_MIRROR_URL = "https://cache.ostc-eu.org/bitbake/downloads"
# If you are building on a very slow device but have relatively reliable network access
# *and* the project you are building has a public sstate cache, you may choose to uncomment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment