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:
@@ -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
|
||||
|
||||
@@ -13,5 +13,4 @@ machine: gem5-arm64
|
||||
|
||||
target:
|
||||
- core-image-minimal
|
||||
- perf
|
||||
- gem5-aarch64-native
|
||||
|
||||
@@ -11,5 +11,4 @@ machine: qemu-generic-arm64
|
||||
|
||||
target:
|
||||
- core-image-base
|
||||
- perf
|
||||
- sbsa-acs
|
||||
|
||||
@@ -12,7 +12,6 @@ local_conf_header:
|
||||
|
||||
target:
|
||||
- core-image-base
|
||||
- perf
|
||||
- optee-examples
|
||||
- optee-test
|
||||
- optee-spdevkit
|
||||
|
||||
@@ -7,4 +7,3 @@ machine: tc0
|
||||
|
||||
target:
|
||||
- tc-artifacts-image
|
||||
- perf
|
||||
|
||||
@@ -7,4 +7,3 @@ machine: tc1
|
||||
|
||||
target:
|
||||
- tc-artifacts-image
|
||||
- perf
|
||||
|
||||
Reference in New Issue
Block a user