blob: a454a469b7d2ad0cb48b2c50a9e15a2df8380f85 [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"
36 LICENSE_FLAGS_ACCEPTED += "armcompiler"
37 BB_NUMBER_THREADS ?= "16"
38 PARALLEL_MAKE ?= "-j16"
39 PACKAGECONFIG:append:pn-perf = " coresight"
40 fvp-config: |
41 IMAGE_CLASSES:append = " ${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'fvpboot', '', d)}"
42 LICENSE_FLAGS_ACCEPTED:append = " Arm-FVP-EULA"
43
44machine: corstone500
45
46target:
47 - core-image-minimal