blob: 21e5280a6c15b2fd022f47cc8674b1b4d9fbee18 [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
41machine: unset
42
43target:
44 - corstone1000-image