mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
With Kas 2.6 included YAML files need to be relative to the repository, not the including file: https://kas.readthedocs.io/en/latest/format-changelog.html#version-11 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
14 lines
282 B
YAML
14 lines
282 B
YAML
header:
|
|
version: 11
|
|
|
|
local_conf_header:
|
|
testimage: |
|
|
IMAGE_CLASSES += "testimage"
|
|
TESTIMAGE_AUTO = "1"
|
|
slirp: |
|
|
TEST_RUNQEMUPARAMS = "slirp"
|
|
TEST_SERVER_IP = "127.0.0.1"
|
|
QEMU_USE_SLIRP = "1"
|
|
packages: |
|
|
IMAGE_FEATURES:append = " ssh-server-dropbear"
|