[PATCH 1/3] CI: no need to configure coresight explicitly
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
The oe-core perf recipe will now enable coresight support automatically
if the coresight MACHINE_FEATURE is set[1], so we can remove the manual
configuration in our CI and let the machines enable it where appropriate.
[1] oe-core c455bd03910 ("perf: enable coresight if enabled in MACHINE_FEATURES")
Signed-off-by: Ross Burton <[email protected]>
---
ci/base.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ci/base.yml b/ci/base.yml
index 86c924f70e..d89533901c 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -30,11 +30,9 @@ local_conf_header:
base: |
CONF_VERSION = "2"
BB_SERVER_TIMEOUT = "300"
- setup: |
- PACKAGECONFIG:append:pn-perf = " coresight"
INHERIT += "rm_work"
extrapackages: |
- CORE_IMAGE_EXTRA_INSTALL += "perf opencsd"
+ CORE_IMAGE_EXTRA_INSTALL += "perf"
CORE_IMAGE_EXTRA_INSTALL:append:aarch64 = " gator-daemon"
machine: unset
--
2.43.0