mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
Move the features uniquely needed for system images to the testimage file. This should reduce the image size and amount of things needing to be built for machines that do not run testimage. Signed-off-by: Jon Mason <jon.mason@arm.com>
20 lines
439 B
YAML
20 lines
439 B
YAML
header:
|
|
version: 11
|
|
|
|
local_conf_header:
|
|
testimage: |
|
|
IMAGE_CLASSES += "testimage"
|
|
TESTIMAGE_AUTO = "1"
|
|
kvm: |
|
|
QEMU_USE_KVM = ""
|
|
slirp: |
|
|
TEST_RUNQEMUPARAMS = "slirp"
|
|
TEST_SERVER_IP = "127.0.0.1"
|
|
QEMU_USE_SLIRP = "1"
|
|
sshd: |
|
|
IMAGE_FEATURES:append = " ssh-server-dropbear"
|
|
sshkeys: |
|
|
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
|
|
universally_failing_tests: |
|
|
TEST_SUITES:remove = "opkg"
|