mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
3993996279
commit
a8746c2168
|
@ -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("""
|
||||
|
|
Loading…
Reference in New Issue
Block a user