Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | header: |
| 2 | version: 11 |
| 3 | |
| 4 | distro: poky-tiny |
| 5 | |
| 6 | defaults: |
| 7 | repos: |
| 8 | refspec: master |
| 9 | |
| 10 | repos: |
| 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 | |
| 32 | local_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 | |
| 44 | machine: corstone500 |
| 45 | |
| 46 | target: |
| 47 | - core-image-minimal |