blob: eff466ed8b428d88233bc89b44d39e62cf0971cc [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
2 version: 11
3
4distro: poky
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 layers:
20 meta:
21 meta-poky:
22
23env:
24 BB_LOGCONFIG: ""
25 TOOLCHAIN_DIR: ""
26
27local_conf_header:
28 base: |
29 BB_SERVER_TIMEOUT = "60"
30 CONF_VERSION = "2"
31 BB_NUMBER_THREADS = "16"
32 PARALLEL_MAKE = "-j16"
33 LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA"
34 setup: |
35 PACKAGE_CLASSES = "package_ipk"
36 PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
37 EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
38 PACKAGECONFIG:append:pn-perf = " coresight"
39 INHERIT += "rm_work"
40 DISTRO_FEATURES:remove = "ptest"
41 kvm: |
42 QEMU_USE_KVM = ""
43 perf: |
44 CORE_IMAGE_EXTRA_INSTALL += "perf"
45 sshkeys: |
46 CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
47 universally_failing_tests: |
48 TEST_SUITES:remove = "opkg"
49
50machine: unset
51
52target:
53 - core-image-sato