blob: d40b59df3a2b369df88113b9e7a751645428c42c [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
2 version: 11
Andrew Geissler23e02792023-07-21 09:06:10 -05003 includes:
4 - kas/fvp-eula.yml
Brad Bishopbec4ebc2022-08-03 09:55:16 -04005
6distro: poky-tiny
7
8defaults:
9 repos:
10 refspec: master
11
12repos:
13 meta-arm:
14 layers:
15 meta-arm:
16 meta-arm-bsp:
17 meta-arm-toolchain:
18
19 poky:
20 url: https://git.yoctoproject.org/git/poky
21 refspec: master
22 layers:
23 meta:
24 meta-poky:
25 meta-yocto-bsp:
26
27 meta-openembedded:
28 url: https://git.openembedded.org/meta-openembedded
29 refspec: master
30 layers:
31 meta-oe:
32 meta-python:
33
34local_conf_header:
35 base: |
36 CONF_VERSION = "2"
37 PACKAGE_CLASSES = "package_ipk"
Brad Bishopbec4ebc2022-08-03 09:55:16 -040038 BB_NUMBER_THREADS ?= "16"
39 PARALLEL_MAKE ?= "-j16"
40 PACKAGECONFIG:append:pn-perf = " coresight"
41 fvp-config: |
42 IMAGE_CLASSES:append = " ${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'fvpboot', '', d)}"
Brad Bishopbec4ebc2022-08-03 09:55:16 -040043
44machine: corstone500
45
46target:
47 - core-image-minimal