]> 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>
Mon, 2 Jun 2025 14:21:18 +0000 (07:21 -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 86d6cd7464ff0f4f04144f4a957b16c02e2e3140..4a2c425ac8d809745946da9ee3ccdc3f96f59790 100644 (file)
@@ -977,7 +977,7 @@ class SStateMirrors(SStateBase):
             self.append_config("""
 MACHINE = "{}"
 BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
-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("""