Signed-off-by: Hongmei Gou <[email protected]> --- .../matrix/matrix-gui-analytics-demos_2.0.bb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-analytics-demos_2.0.bb
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-analytics-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-analytics-demos_2.0.bb new file mode 100644 index 00000000..c77a6654 --- /dev/null +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-analytics-demos_2.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Analytics demo descriptions for Matrix v2" +HOMEPAGE = "http://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps" + +require recipes-core/matrix/matrix-gui-apps-git.inc + +PR = "${INC_PR}.0" + +inherit allarch + +S = "${WORKDIR}/git/analytics_apps" + +# Make sure analytics submenu and app images has been installed +ANALYTICSDEMO_RDEPENDS += "matrix-gui-apps-images matrix-gui-submenus-analytics" + +FILES_${PN} += "${MATRIX_BASE_DIR}/*" + +PACKAGES = "matrix-analytics-pdm-anomaly-detection \ +" + +RDEPENDS_matrix-analytics-pdm-anomaly-detection = " \ + bash \ + ${ANALYTICSDEMO_RDEPENDS} \ + pdm-anomaly-detection \ +" + +FILES_matrix-analytics-pdm-anomaly-detection = "${MATRIX_APP_DIR}/analytics_pdm_anomaly_detection/*" +FILES_matrix-analytics-pdm-anomaly-detection += "${bindir}/runPdmAnomalyDetection.sh" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
