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