From b6997921b43ff8eb69e4d9b0a7fd1a8a26060cdc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 10 Sep 2025 10:03:46 +0100 Subject: [PATCH] arm-bsp/juno: add coresight MACHINE_FEATURE 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 Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/juno.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/juno.conf b/meta-arm-bsp/conf/machine/juno.conf index 6c666efc..28a92371 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"