aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ci/base.yml1
-rw-r--r--ci/sstate-mirror.yml9
2 files changed, 9 insertions, 1 deletions
diff --git a/ci/base.yml b/ci/base.yml
index 3d868a47..6058b1c2 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -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"
diff --git a/ci/sstate-mirror.yml b/ci/sstate-mirror.yml
new file mode 100644
index 00000000..c31b9075
--- /dev/null
+++ b/ci/sstate-mirror.yml
@@ -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"