blob: 6fda343bfd2cab5418ca6d5a66d4e516abf4d058 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
2 version: 11
3
4distro: poky-tiny
5
6defaults:
7 repos:
Patrick Williams864cc432023-02-09 14:54:44 -06008 refspec: master
Brad Bishopbec4ebc2022-08-03 09:55:16 -04009
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
Brad Bishopbec4ebc2022-08-03 09:55:16 -040019 layers:
20 meta:
21 meta-poky:
22 meta-yocto-bsp:
23
24 meta-openembedded:
25 url: https://git.openembedded.org/meta-openembedded
Brad Bishopbec4ebc2022-08-03 09:55:16 -040026 layers:
27 meta-oe:
28 meta-python:
29
30local_conf_header:
31 base: |
32 CONF_VERSION = "2"
33 PACKAGE_CLASSES = "package_ipk"
34 LICENSE_FLAGS_ACCEPTED += "armcompiler"
35 BB_NUMBER_THREADS ?= "16"
36 PARALLEL_MAKE ?= "-j16"
37 PACKAGECONFIG:append:pn-perf = " coresight"
38
39machine: unset
40
41target:
42 - corstone1000-image