mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 16:59:30 +00:00
ebe4d2437c
The terribly named qemutiny test case tries to login to the target over the serial console. It's designed for poky-tiny, so add it to the tests we run in poky-tiny builds. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
15 lines
253 B
YAML
15 lines
253 B
YAML
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
|