123456789101112131415161718192021 |
- # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
- header:
- version: 14
- includes:
- - ci/base.yml
- repos:
- poky:
- layers:
- meta-yocto-bsp:
- local_conf_header:
- bootloader: |
- # If running genericarm64 in a qemu we need to manually build the bootloader
- EXTRA_IMAGEDEPENDS += "virtual/bootloader"
- sshpregen: |
- # Allow the use of the pregen keys as this is CI so safe
- COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:genericarm64 = "genericarm64"
- machine: genericarm64
|