diff mbox series

[3/3] arm-bsp/juno: add coresight MACHINE_FEATURE

Message ID 20250910090346.1623394-3-ross.burton@arm.com
State New
Headers show
Series [1/3] CI: no need to configure coresight explicitly | expand

Commit Message

Ross Burton Sept. 10, 2025, 9:03 a.m. UTC
The Juno board supports Arm CoreSight, so add it to MACHINE_FEATURES.

This is useful because oe-core's perf recipe will now enable coresight
support automatically if this feature is present[1].

[1] oe-core c455bd03910 ("perf: enable coresight if enabled in MACHINE_FEATURES")

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/conf/machine/juno.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/machine/juno.conf b/meta-arm-bsp/conf/machine/juno.conf
index 6c666efcc5..28a9237140 100644
--- a/meta-arm-bsp/conf/machine/juno.conf
+++ b/meta-arm-bsp/conf/machine/juno.conf
@@ -8,7 +8,7 @@  TUNE_FEATURES = "aarch64"
 
 require conf/machine/include/arm/arch-armv8a.inc
 
-MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth optee pci"
+MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth optee pci coresight"
 
 KERNEL_IMAGETYPE = "Image.gz"
 KERNEL_DEVICETREE = "arm/juno.dtb arm/juno-r1.dtb arm/juno-r2.dtb"