mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
523f921eca
To ensure that optee-spdevkit works in all configurations, but it in the CI for qemuarm64 not just corstone1000. Signed-off-by: Ross Burton <ross.burton@arm.com>
19 lines
291 B
YAML
19 lines
291 B
YAML
header:
|
|
version: 9
|
|
includes:
|
|
- base.yml
|
|
|
|
machine: qemuarm64-secureboot
|
|
|
|
local_conf_header:
|
|
bugs: |
|
|
# Only ping until errors can be resolved
|
|
TEST_SUITES = "ping"
|
|
|
|
target:
|
|
- core-image-base
|
|
- perf
|
|
- optee-examples
|
|
- optee-test
|
|
- optee-spdevkit
|
|
- optee-os-tadevkit |