diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-28 19:39:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-29 17:28:54 +0100 |
| commit | a8746c2168833b547383f3427b6b8087472645cd (patch) | |
| tree | 0ac04006c9db8c580368aef8e85940cc9d296a1e /meta | |
| parent | 3993996279af02b5d2d46a62fa9f245129c47720 (diff) | |
| download | poky-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.py | 2 |
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(""" |
| 973 | MACHINE = "{}" | 973 | MACHINE = "{}" |
| 974 | BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686" | 974 | BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686" |
| 975 | SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" | 975 | SSTATE_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(""" |
