1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +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
+2 -2
View File
@@ -40,9 +40,9 @@ local_conf_header:
DISTRO_FEATURES:remove = "ptest" DISTRO_FEATURES:remove = "ptest"
kvm: | kvm: |
QEMU_USE_KVM = "" QEMU_USE_KVM = ""
perf: |
CORE_IMAGE_EXTRA_INSTALL += "perf"
machine: unset machine: unset
target: target:
- core-image-base - core-image-base
- perf
-1
View File
@@ -13,5 +13,4 @@ machine: gem5-arm64
target: target:
- core-image-minimal - core-image-minimal
- perf
- gem5-aarch64-native - gem5-aarch64-native
-1
View File
@@ -11,5 +11,4 @@ machine: qemu-generic-arm64
target: target:
- core-image-base - core-image-base
- perf
- sbsa-acs - sbsa-acs
-1
View File
@@ -12,7 +12,6 @@ local_conf_header:
target: target:
- core-image-base - core-image-base
- perf
- optee-examples - optee-examples
- optee-test - optee-test
- optee-spdevkit - optee-spdevkit
-1
View File
@@ -7,4 +7,3 @@ machine: tc0
target: target:
- tc-artifacts-image - tc-artifacts-image
- perf
-1
View File
@@ -7,4 +7,3 @@ machine: tc1
target: target:
- tc-artifacts-image - tc-artifacts-image
- perf