blob: 18b9134ba642d130bbdd88b458d5a6995cb3f659 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001header:
2 version: 13
3 includes:
4 - kas/fvp-eula.yml
5
6env:
7 DISPLAY:
8 WAYLAND_DISPLAY:
9 XAUTHORITY:
10
11
12distro: poky
13machine: fvp-base
14
15defaults:
16 repos:
17 refspec: master
18
19repos:
20 meta-arm:
21 layers:
22 meta-arm:
23 meta-arm-bsp:
24 meta-arm-toolchain:
25
26 poky:
27 url: https://git.yoctoproject.org/git/poky
28 path: layers/poky
29 layers:
30 meta:
31 meta-poky:
32
33local_conf_header:
34 base: |
35 CONF_VERSION = "2"
36 PACKAGE_CLASSES = "package_ipk"
37 PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
38 EXTRA_IMAGE_FEATURES:append = " debug-tweaks ssh-server-openssh"
39 CORE_IMAGE_EXTRA_INSTALL:append = " ssh-pregen-hostkeys"
40 IMAGE_CLASSES:append = " testimage fvpboot"
41
42target:
43 - core-image-minimal