mca-tool: add support for ccimx8mn platform
https://jira.digi.com/browse/DEL-6911 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
1fd0e8d6d8
commit
16933ff6b2
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2016-2019 Digi International.
|
||||
# Copyright (C) 2016-2020 Digi International.
|
||||
|
||||
SUMMARY = "MCA firmware management tool"
|
||||
SECTION = "console/tools"
|
||||
|
|
@ -22,4 +22,4 @@ inherit bin_package
|
|||
|
||||
INSANE_SKIP_${PN} = "already-stripped"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul|ccimx8x|ccimx8m)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue