From 1755349259ec1a7e8bf17f5f60bb1c3909414892 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 20 Jan 2025 11:47:08 +0100 Subject: [PATCH] ccmp2: remove Cortex-M33 applications list This commit clears the Cortex-M33 applications list to prevent including all the Cortex-M33 demo applications from the ST layer. In the future, if we have custom Digi examples, they should be added here. Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/include/ccmp2.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-digi-arm/conf/machine/include/ccmp2.inc b/meta-digi-arm/conf/machine/include/ccmp2.inc index cf78bb88d..397493b1f 100644 --- a/meta-digi-arm/conf/machine/include/ccmp2.inc +++ b/meta-digi-arm/conf/machine/include/ccmp2.inc @@ -7,6 +7,15 @@ include conf/machine/include/digi-defaults.inc DIGI_FAMILY = "ccmp2" +# ========================================================================= +# m33copro +# ========================================================================= +# Set list Cortex-M33 applicantions +M33COPRO_LIST = "" + +# ========================================================================= +# U-Boot +# ========================================================================= # Platform u-boot settings UBOOT_PREFIX = "fip" UBOOT_SUFFIX = "bin"