From a81f72b99f06820441baf1e6d59f9bf9dbcd1dca Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Mon, 14 Nov 2016 16:33:08 +0100 Subject: [PATCH] mca-tool: add application to manage the CC6UL MCA firmware Signed-off-by: Hector Palacios https://jira.digi.com/browse/DEL-3093 --- meta-digi-arm/recipes-digi/mca/mca-tool_1.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-digi-arm/recipes-digi/mca/mca-tool_1.0.bb diff --git a/meta-digi-arm/recipes-digi/mca/mca-tool_1.0.bb b/meta-digi-arm/recipes-digi/mca/mca-tool_1.0.bb new file mode 100644 index 000000000..d3d92684c --- /dev/null +++ b/meta-digi-arm/recipes-digi/mca/mca-tool_1.0.bb @@ -0,0 +1,17 @@ +# Copyright (C) 2016 Digi International. + +SUMMARY = "MCA firmware management tool" +SECTION = "console/tools" +LICENSE = "CLOSED" + +PKGNAME = "mca_tool" +SRC_URI = "${DIGI_PKG_SRC}/${PKGNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "ea869665e49f5c964bfb4ebc08c0f123" +SRC_URI[sha256sum] = "d0fecdeac90b94b4399418a2e64e44f4ac2786abf66aeed8d3dab953e74d1ae4" + +S = "${WORKDIR}/${PKGNAME}-${PV}" + +inherit bin_package + +COMPATIBLE_MACHINE = "(ccimx6ul)"