mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
CI: update sstate-mirror.yml
The Yocto project changed the server name for sstate, though the previous one does still appear to work. Update here to the one matching the YP documentation. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -6,6 +6,6 @@ header:
|
|||||||
local_conf_header:
|
local_conf_header:
|
||||||
sstate_mirror: |
|
sstate_mirror: |
|
||||||
BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
|
BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
|
||||||
SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
SSTATE_MIRRORS = "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
|
||||||
BB_HASHSERVE = "auto"
|
BB_HASHSERVE = "auto"
|
||||||
BB_SIGNATURE_HANDLER = "OEEquivHash"
|
BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||||
|
|||||||
Reference in New Issue
Block a user