| # yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json | |
| header: | |
| version: 14 | |
| includes: | |
| - ci/debug.yml | |
| local_conf_header: | |
| testimage: | | |
| IMAGE_CLASSES += "testimage" | |
| TESTIMAGE_AUTO = "1" | |
| # Don't testimage initramfs | |
| TESTIMAGE_AUTO:pn-core-image-initramfs-boot = "0" | |
| kvm: | | |
| QEMU_USE_KVM = "" | |
| slirp: | | |
| TEST_RUNQEMUPARAMS = "slirp" | |
| sshd: | | |
| IMAGE_FEATURES += "ssh-server-dropbear" | |
| sshkeys: | | |
| CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys" |