blob: f1587b4461686d39721e15a2c6307df63357b50e [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
2 version: 11
3
4distro: poky-tiny
5
6defaults:
7 repos:
8 refspec: 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 refspec: master
20 layers:
21 meta:
22 meta-poky:
23 meta-yocto-bsp:
24
25 meta-openembedded:
26 url: https://git.openembedded.org/meta-openembedded
27 refspec: master
28 layers:
29 meta-oe:
30 meta-python:
31
32local_conf_header:
33 base: |
34 CONF_VERSION = "2"
35 PACKAGE_CLASSES = "package_ipk"
Brad Bishopbec4ebc2022-08-03 09:55:16 -040036 BB_NUMBER_THREADS ?= "16"
37 PARALLEL_MAKE ?= "-j16"
38 PACKAGECONFIG:append:pn-perf = " coresight"
39 fvp-config: |
40 IMAGE_CLASSES:append = " ${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'fvpboot', '', d)}"
41 LICENSE_FLAGS_ACCEPTED:append = " Arm-FVP-EULA"
42
43machine: corstone500
44
45target:
46 - core-image-minimal