Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | header: |
| 2 | version: 13 |
| 3 | includes: |
| 4 | - kas/fvp-eula.yml |
| 5 | |
| 6 | env: |
| 7 | DISPLAY: |
| 8 | WAYLAND_DISPLAY: |
| 9 | XAUTHORITY: |
| 10 | |
| 11 | |
| 12 | distro: poky |
| 13 | machine: fvp-base |
| 14 | |
| 15 | defaults: |
| 16 | repos: |
| 17 | refspec: master |
| 18 | |
| 19 | repos: |
| 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 | |
| 33 | local_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 | |
| 42 | target: |
| 43 | - core-image-minimal |