aboutsummaryrefslogtreecommitdiffstats
path: root/ci/base.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/base.yml')
-rw-r--r--ci/base.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/ci/base.yml b/ci/base.yml
new file mode 100644
index 0000000..70adac1
--- /dev/null
+++ b/ci/base.yml
@@ -0,0 +1,39 @@
+header:
+ version: 11
+ includes:
+ - ci/meta-openembedded.yml
+
+distro: zephyr
+
+defaults:
+ repos:
+ refspec: master
+
+repos:
+ meta-zephyr:
+ layers:
+ meta-zephyr-core:
+ meta-zephyr-bsp:
+
+ poky:
+ url: https://git.yoctoproject.org/git/poky
+ layers:
+ meta:
+ meta-poky:
+
+env:
+ BB_LOGCONFIG: ""
+
+local_conf_header:
+ base: |
+ BB_SERVER_TIMEOUT = "60"
+ CONF_VERSION = "2"
+ INHERIT += "rm_work"
+
+machine: unset
+
+target:
+ - zephyr-helloworld
+ - zephyr-kernel-test-all
+ - zephyr-philosophers
+ - zephyr-synchronization