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 <hector.palacios@digi.com>
This commit is contained in:
parent
d657673d1f
commit
c7c63e3f28
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue