17 lines
359 B
YAML
17 lines
359 B
YAML
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
||
|
|
|
||
|
|
header:
|
||
|
|
version: 14
|
||
|
|
|
||
|
|
distro: poky-tiny
|
||
|
|
|
||
|
|
local_conf_header:
|
||
|
|
hacking: |
|
||
|
|
TEST_SUITES = "_qemutiny ping"
|
||
|
|
extrapackages: |
|
||
|
|
# Intentionally blank to prevent perf from being added to the image in base.yml
|
||
|
|
|
||
|
|
target:
|
||
|
|
- core-image-minimal
|
||
|
|
- perf
|