1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-12 03:10:15 +00:00

CI: build perf via CORE_IMAGE_EXTRA_INSTALL

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>
This commit is contained in:
Ross Burton
2022-02-11 10:56:04 +00:00
committed by Jon Mason
parent fa7aafb679
commit f868b51fd3
6 changed files with 2 additions and 7 deletions

View File

@@ -40,9 +40,9 @@ local_conf_header:
DISTRO_FEATURES:remove = "ptest"
kvm: |
QEMU_USE_KVM = ""
perf: |
CORE_IMAGE_EXTRA_INSTALL += "perf"
machine: unset
target:
- core-image-base
- perf

View File

@@ -13,5 +13,4 @@ machine: gem5-arm64
target:
- core-image-minimal
- perf
- gem5-aarch64-native

View File

@@ -11,5 +11,4 @@ machine: qemu-generic-arm64
target:
- core-image-base
- perf
- sbsa-acs

View File

@@ -12,7 +12,6 @@ local_conf_header:
target:
- core-image-base
- perf
- optee-examples
- optee-test
- optee-spdevkit

View File

@@ -7,4 +7,3 @@ machine: tc0
target:
- tc-artifacts-image
- perf

View File

@@ -7,4 +7,3 @@ machine: tc1
target:
- tc-artifacts-image
- perf