xref: /openbmc/openbmc/meta-arm/ci/base.yml (revision 73bd93f1)
1header:
2  version: 14
3
4distro: poky
5
6defaults:
7  repos:
8    branch: master
9
10repos:
11  meta-arm:
12    layers:
13      meta-arm:
14      meta-arm-bsp:
15      meta-arm-toolchain:
16
17  poky:
18    url: https://git.yoctoproject.org/git/poky
19    layers:
20      meta:
21      meta-poky:
22
23env:
24  BB_LOGCONFIG: ""
25  TOOLCHAIN_DIR: ""
26
27local_conf_header:
28  base: |
29    CONF_VERSION = "2"
30  setup: |
31    PACKAGE_CLASSES = "package_ipk"
32    PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
33    PACKAGECONFIG:append:pn-perf = " coresight"
34    INHERIT += "rm_work"
35    DISTRO_FEATURES:remove = "ptest"
36  extrapackages: |
37    CORE_IMAGE_EXTRA_INSTALL += "perf opencsd"
38    CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = " gator-daemon"
39
40machine: unset
41
42target:
43  - core-image-sato
44