Signed-off-by: Hongmei Gou <[email protected]>
---
 .../pdm-anomaly-detection_git.bb              | 26 +++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb

diff --git 
a/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb
 
b/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb
new file mode 100644
index 00000000..4e7b2bc0
--- /dev/null
+++ 
b/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Predictive maintenance demo for anomaly detection using Recurrent 
Neural Network (RNN)"
+LICENSE = "BSD-3-Clause & MIT & GPLv3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e88016d2cbc82d0d2efbb0865891e9d6"
+
+inherit qt-provider
+
+PV = "1.0"
+PR = "r0"
+
+BRANCH = "master"
+SRC_URI  = 
"git://git.ti.com/apps/pdm-anomaly-detection.git;protocol=git;branch=${BRANCH}"
+
+SRCREV = "832c4021de19998c7e47e94e1868943c9a145489"
+
+S = "${WORKDIR}/git"
+
+DEPENDS += "qtbase qtdeclarative qtcharts"
+
+do_install() {
+    install -d ${D}${datadir}/ti/examples/pdm
+    install -m 755 RnnPdmAnomalyDetection ${D}${datadir}/ti/examples/pdm
+    install -m 644 ${S}/coeff.bin ${D}${datadir}/ti/examples/pdm
+    install -m 644 ${S}/logs/* ${D}${datadir}/ti/examples/pdm
+}
+
+FILES_${PN} += "${datadir}/ti/examples/pdm"
-- 
2.17.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to