All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master] [PATCH 0/4] Add PdM anomaly detection demo to Matrix GUI
@ 2019-06-03 21:34 Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to add analytics submenu and analytics-pdm-anomaly-detection demo Hongmei Gou
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hongmei Gou @ 2019-06-03 21:34 UTC (permalink / raw)
  To: meta-arago

Add analytics submenu and place the PdM anomaly detection demo under it

Hongmei Gou (4):
  matrix-gui-apps-git.inc: bump SRCREV to add analytics submenu and
    analytics-pdm-anomaly-detection demo
  matrix-gui-submenus: add analytics submenu
  matrix-gui-analytics-demos: add predictive maintenance demo for
    anomaly detection
  packagegroup-arago-tisdk-matrix: add
    matrix-analytics-pdm-anomaly-detection demo

 .../packagegroup-arago-tisdk-matrix.bb        |  6 ++++-
 .../matrix/matrix-gui-analytics-demos_2.0.bb  | 27 +++++++++++++++++++
 .../matrix/matrix-gui-apps-git.inc            |  4 +--
 .../matrix/matrix-gui-submenus_2.0.bb         |  5 +++-
 4 files changed, 38 insertions(+), 4 deletions(-)
 create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-analytics-demos_2.0.bb

-- 
2.17.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [thud/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to add analytics submenu and analytics-pdm-anomaly-detection demo
  2019-06-03 21:34 [thud/master] [PATCH 0/4] Add PdM anomaly detection demo to Matrix GUI Hongmei Gou
@ 2019-06-03 21:34 ` Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 2/4] matrix-gui-submenus: add analytics submenu Hongmei Gou
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Hongmei Gou @ 2019-06-03 21:34 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
index 8cd90427..1ef1e9b9 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
@@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
 
 SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
-SRCREV = "447330830a22028958c361f3f54020dc26427856"
+SRCREV = "42ccd978004ec75b4e05313466abe92806d14a29"
 BRANCH = "master"
-INC_PR = "r68"
+INC_PR = "r69"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [thud/master] [PATCH 2/4] matrix-gui-submenus: add analytics submenu
  2019-06-03 21:34 [thud/master] [PATCH 0/4] Add PdM anomaly detection demo to Matrix GUI Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to add analytics submenu and analytics-pdm-anomaly-detection demo Hongmei Gou
@ 2019-06-03 21:34 ` Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 3/4] matrix-gui-analytics-demos: add predictive maintenance demo for anomaly detection Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: add matrix-analytics-pdm-anomaly-detection demo Hongmei Gou
  3 siblings, 0 replies; 5+ messages in thread
From: Hongmei Gou @ 2019-06-03 21:34 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../recipes-core/matrix/matrix-gui-submenus_2.0.bb           | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
index 9478618c..082f3a26 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
@@ -7,7 +7,7 @@ require matrix-gui-apps-git.inc
 # reset the LIC_FILES_CHKSUM setting from the matrix-gui-apps-git.inc file
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 
-PR = "${INC_PR}.19"
+PR = "${INC_PR}.20"
 
 # These packages make submenus in matrix and are not architecture specific
 inherit allarch
@@ -37,6 +37,7 @@ SUBMENUS = " arm_submenu \
              browser_submenu \
 	     hmi_submenu \
              tidl_submenu \
+             analytics_submenu \
 "
 
 do_install(){
@@ -72,6 +73,7 @@ PACKAGES += " ${PN}-arm \
               ${PN}-browser \
               ${PN}-hmi \
               ${PN}-tidl \
+              ${PN}-analytics \
 "
 
 # Make sure app images has been installed
@@ -102,3 +104,4 @@ FILES_${PN}-touch = "${MATRIX_APP_DIR}/touch_submenu/*"
 FILES_${PN}-browser = "${MATRIX_APP_DIR}/browser_submenu/*"
 FILES_${PN}-hmi = "${MATRIX_APP_DIR}/hmi_submenu/*"
 FILES_${PN}-tidl = "${MATRIX_APP_DIR}/tidl_submenu/*"
+FILES_${PN}-analytics = "${MATRIX_APP_DIR}/analytics_submenu/*"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [thud/master] [PATCH 3/4] matrix-gui-analytics-demos: add predictive maintenance demo for anomaly detection
  2019-06-03 21:34 [thud/master] [PATCH 0/4] Add PdM anomaly detection demo to Matrix GUI Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to add analytics submenu and analytics-pdm-anomaly-detection demo Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 2/4] matrix-gui-submenus: add analytics submenu Hongmei Gou
@ 2019-06-03 21:34 ` Hongmei Gou
  2019-06-03 21:34 ` [thud/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: add matrix-analytics-pdm-anomaly-detection demo Hongmei Gou
  3 siblings, 0 replies; 5+ messages in thread
From: Hongmei Gou @ 2019-06-03 21:34 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [thud/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: add matrix-analytics-pdm-anomaly-detection demo
  2019-06-03 21:34 [thud/master] [PATCH 0/4] Add PdM anomaly detection demo to Matrix GUI Hongmei Gou
                   ` (2 preceding siblings ...)
  2019-06-03 21:34 ` [thud/master] [PATCH 3/4] matrix-gui-analytics-demos: add predictive maintenance demo for anomaly detection Hongmei Gou
@ 2019-06-03 21:34 ` Hongmei Gou
  3 siblings, 0 replies; 5+ messages in thread
From: Hongmei Gou @ 2019-06-03 21:34 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-matrix.bb        | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
index 2b7ee6de..1298a0d4 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to include Matrix v2"
 LICENSE = "MIT"
-PR = "r78"
+PR = "r79"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -115,6 +115,7 @@ MATRIX_APPS_append_ti33x = "        \
     ${MATRIX_OPENCV_ARM_ONLY_APPS}  \
                                     \
     ${MATRIX_ARMNN_APPS}            \
+    matrix-analytics-pdm-anomaly-detection \
 "
 
 MATRIX_APPS_append_ti43x = "        \
@@ -138,6 +139,7 @@ MATRIX_APPS_append_ti43x = "        \
     ${MATRIX_OPENCV_ARM_ONLY_APPS}  \
                                     \
     ${MATRIX_ARMNN_APPS}            \
+    matrix-analytics-pdm-anomaly-detection \
 "
 
 MATRIX_APPS_append_omap-a15 = "     \
@@ -160,6 +162,7 @@ MATRIX_APPS_append_omap-a15 = "     \
     ${@['','matrix-gui-browser-demos'][bb.utils.contains('MACHINE_FEATURES','sgx',True,False,d) and bb.utils.contains('DISTRO_FEATURES','wayland',True,False,d)]} \
                                 \
     ${MATRIX_ARMNN_APPS}            \
+    matrix-analytics-pdm-anomaly-detection \
 "
 
 MATRIX_APPS_append_k3 = "           \
@@ -175,6 +178,7 @@ MATRIX_APPS_append_k3 = "           \
     ${MATRIX_OPENCV_ARM_ONLY_APPS}  \
                                     \
     ${MATRIX_ARMNN_APPS}            \
+    matrix-analytics-pdm-anomaly-detection \
 "
 
 MATRIX_APPS_append_dra7xx += " \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-03 21:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 21:34 [thud/master] [PATCH 0/4] Add PdM anomaly detection demo to Matrix GUI Hongmei Gou
2019-06-03 21:34 ` [thud/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to add analytics submenu and analytics-pdm-anomaly-detection demo Hongmei Gou
2019-06-03 21:34 ` [thud/master] [PATCH 2/4] matrix-gui-submenus: add analytics submenu Hongmei Gou
2019-06-03 21:34 ` [thud/master] [PATCH 3/4] matrix-gui-analytics-demos: add predictive maintenance demo for anomaly detection Hongmei Gou
2019-06-03 21:34 ` [thud/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: add matrix-analytics-pdm-anomaly-detection demo Hongmei Gou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.