Message ID | 20250910090346.1623394-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/3] CI: no need to configure coresight explicitly | expand |
On Wed, 10 Sep 2025 10:03:44 +0100, Ross Burton wrote: > 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") > > > [...] Applied, thanks! [1/3] CI: no need to configure coresight explicitly commit: 56f84d176cefa314006e5a535826ad96386103f0 [2/3] arm-bsp/corstone1000: add coresight MACHINE_FEATURE commit: 177ccfdcd35d9ce3867a415fecbc64adda3ccc17 [3/3] arm-bsp/juno: add coresight MACHINE_FEATURE commit: b6997921b43ff8eb69e4d9b0a7fd1a8a26060cdc Best regards,
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
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 <ross.burton@arm.com> --- ci/base.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)