summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-28 19:39:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-29 17:28:54 +0100
commita8746c2168833b547383f3427b6b8087472645cd (patch)
tree0ac04006c9db8c580368aef8e85940cc9d296a1e /meta
parent3993996279af02b5d2d46a62fa9f245129c47720 (diff)
downloadpoky-a8746c2168833b547383f3427b6b8087472645cd.tar.gz
sstatetests: Switch to new CDN
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (From OE-Core rev: fea96974f1ee6ae6dceb39e3ca8157797d81586c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/cases/sstatetests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py
index 681a57f4db..487995acc3 100644
--- a/meta/lib/oeqa/selftest/cases/sstatetests.py
+++ b/meta/lib/oeqa/selftest/cases/sstatetests.py
@@ -972,7 +972,7 @@ class SStateMirrors(SStateCheckObjectPresence):
972 self.append_config(""" 972 self.append_config("""
973MACHINE = "{}" 973MACHINE = "{}"
974BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686" 974BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"
975SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" 975SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
976""".format(machine)) 976""".format(machine))
977 else: 977 else:
978 self.append_config(""" 978 self.append_config("""