From 790df89c8a32e90d515f23b021f7b01c513cf958 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 May 2025 17:25:30 +0100 Subject: bitbake: toaster/tests/buildtest: Switch to new CDN The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. (Bitbake rev: 74c28e14a9b5e2ff908a03f93c189efa6f56b0ca) Signed-off-by: Richard Purdie (cherry picked from commit 3372524cb961d95993b27fe4a8d794cdb7255e09) Signed-off-by: Steve Sakoman --- bitbake/lib/toaster/tests/builds/buildtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/tests/builds/buildtest.py b/bitbake/lib/toaster/tests/builds/buildtest.py index cacfccd4d3..e54d561334 100644 --- a/bitbake/lib/toaster/tests/builds/buildtest.py +++ b/bitbake/lib/toaster/tests/builds/buildtest.py @@ -128,7 +128,7 @@ class BuildTest(unittest.TestCase): if os.environ.get("TOASTER_TEST_USE_SSTATE_MIRROR"): ProjectVariable.objects.get_or_create( name="SSTATE_MIRRORS", - value="file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH", + value="file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH", project=project) ProjectTarget.objects.create(project=project, -- cgit v1.2.3-54-g00ecf