From 56f84d176cefa314006e5a535826ad96386103f0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 10 Sep 2025 10:03:44 +0100 Subject: [PATCH] CI: no need to configure coresight explicitly 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 Signed-off-by: Jon Mason --- ci/base.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/base.yml b/ci/base.yml index 86c924f7..d8953390 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