aboutsummaryrefslogtreecommitdiffstats
path: root/ci/base.yml
blob: 70adac1eb3ef5d181bb5afbea49bec23937d14c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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