From c7c63e3f28087692838edb1645eeaae81bd42ac3 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Mon, 16 Feb 2026 13:23:21 +0100 Subject: [PATCH] mca-tool: build the recipe for cc95 The ConnectCore 95 SMARC module has an MCA so we need to build the mca-tool for this platform. Signed-off-by: Hector Palacios --- meta-digi-arm/conf/machine/ccimx95-dvk.conf | 3 +++ meta-digi-arm/recipes-digi/mca/mca-tool_1.25.bb | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccimx95-dvk.conf b/meta-digi-arm/conf/machine/ccimx95-dvk.conf index 54ec3ffd5..2fb13b6c6 100644 --- a/meta-digi-arm/conf/machine/ccimx95-dvk.conf +++ b/meta-digi-arm/conf/machine/ccimx95-dvk.conf @@ -8,6 +8,9 @@ MACHINEOVERRIDES =. "mx95:${DIGI_FAMILY}:${DIGI_SOM}:" # Include the machine configuration for Digi's ConnectCore 9 module include conf/machine/include/ccimx9.inc +# Machine features +MACHINE_FEATURES += "mca" + # Console SERIAL_CONSOLES = "115200;ttyLP0" diff --git a/meta-digi-arm/recipes-digi/mca/mca-tool_1.25.bb b/meta-digi-arm/recipes-digi/mca/mca-tool_1.25.bb index cad5a6bfa..92d1367dd 100644 --- a/meta-digi-arm/recipes-digi/mca/mca-tool_1.25.bb +++ b/meta-digi-arm/recipes-digi/mca/mca-tool_1.25.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2024, Digi International Inc. +# Copyright (C) 2016-2026, Digi International Inc. SUMMARY = "MCA firmware management tool" SECTION = "console/tools" @@ -32,4 +32,4 @@ do_install:append() { INSANE_SKIP:${PN} = "already-stripped" -COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx8x|ccmp1)" +COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8m|ccimx8x|ccmp1|ccimx95)"