]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sstatetests: Switch to new CDN
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 May 2025 18:39:59 +0000 (19:39 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 30 May 2025 13:32:58 +0000 (06:32 -0700)
The project is switching the way handle our CDN provision of sstate objects,
update the URL accordingly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fea96974f1ee6ae6dceb39e3ca8157797d81586c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/sstatetests.py

index 681a57f4db0299c4e2eb37ee7d8f2178222a7e9b..487995acc3afcdc3d46c39292e97ef6252a1e583 100644 (file)
@@ -972,7 +972,7 @@ class SStateMirrors(SStateCheckObjectPresence):
             self.append_config("""
 MACHINE = "{}"
 BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"
-SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
+SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
 """.format(machine))
         else:
             self.append_config("""