mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
CI: add Yocto Project SSTATE Mirror
Add the Yocto Project public SSTATE mirror to its own unique yml file. This allows for developers to use this to speed up builds, while not adding in the default case. This "off by default" is because it can add 10s of minutes to each build, which might not be beneficial to those who are using SSTATE dir locally. Also, removing the removal ptest distro feature, as this change prevents an optimal usage of the YP SSTATE mirror (~30% match to ~90% match for qemuarm64). Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -32,7 +32,6 @@ local_conf_header:
|
||||
PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
|
||||
PACKAGECONFIG:append:pn-perf = " coresight"
|
||||
INHERIT += "rm_work"
|
||||
DISTRO_FEATURES:remove = "ptest"
|
||||
extrapackages: |
|
||||
CORE_IMAGE_EXTRA_INSTALL += "perf opencsd"
|
||||
CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = " gator-daemon"
|
||||
|
||||
9
ci/sstate-mirror.yml
Normal file
9
ci/sstate-mirror.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
header:
|
||||
version: 14
|
||||
|
||||
local_conf_header:
|
||||
sstate_mirror: |
|
||||
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
|
||||
SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
|
||||
BB_HASHSERVE = "auto"
|
||||
BB_SIGNATURE_HANDLER = "OEEquivHash"
|
||||
Reference in New Issue
Block a user