mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
Instead of adding perf to the target: list, add it to CORE_IMAGE_EXTRA_INSTALL. This means that machine configurations which need to change the target don't need to also build perf explicitly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
18 lines
286 B
YAML
18 lines
286 B
YAML
header:
|
|
version: 11
|
|
includes:
|
|
- ci/base.yml
|
|
|
|
machine: qemuarm64-secureboot
|
|
|
|
local_conf_header:
|
|
bugs: |
|
|
# Only ping until errors can be resolved
|
|
TEST_SUITES = "ping"
|
|
|
|
target:
|
|
- core-image-base
|
|
- optee-examples
|
|
- optee-test
|
|
- optee-spdevkit
|
|
- optee-os-tadevkit |