Signed-off-by: Hongmei Gou <[email protected]>
---
.../Makefile_pdm-anomaly-detection | 24 +++++++++++++++++++
.../ti-tisdk-makefile_1.0.bb | 7 +++++-
2 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644
meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pdm-anomaly-detection
diff --git
a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pdm-anomaly-detection
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pdm-anomaly-detection
new file mode 100644
index 00000000..a972c9d4
--- /dev/null
+++
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_pdm-anomaly-detection
@@ -0,0 +1,24 @@
+# PdM Anomaly Detection build targets
+pdm-anomaly-detection:
+ @echo ======================================
+ @echo Building PdM Anomaly Detection Demo
+ @echo ======================================
+ @cd example-applications; cd `find . -maxdepth 1 -name
"*pdm-anomaly-detection*"`; make -f Makefile.build
+
+pdm-anomaly-detection_clean:
+ @echo ======================================
+ @echo Building PdM Anomaly Detection Demo
+ @echo ======================================
+ @cd example-applications; cd `find . -maxdepth 1 -name
"*pdm-anomaly-detection*"`; make -f Makefile.build clean
+
+pdm-anomaly-detection_install:
+ @echo =========================================================
+ @echo Installing PdM Anomaly Detection Demo - Release version
+ @echo =========================================================
+ @cd example-applications; cd `find . -maxdepth 1 -name
"*pdm-anomaly-detection*"`; make -f Makefile.build install
+
+pdm-anomaly-detection_install_debug:
+ @echo =======================================================
+ @echo Installing PdM Anomaly Detection Demo - Debug version
+ @echo =======================================================
+ @cd example-applications; cd `find . -maxdepth 1 -name
"*pdm-anomaly-detection*"`; make -f Makefile.build install_debug
diff --git
a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 1d6d2759..e0d409a2 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -51,9 +51,10 @@ SRC_URI = "\
file://Makefile_barcode-roi \
file://Makefile_sysfw-image \
file://Makefile_mmwavegesture-hmi \
+ file://Makefile_pdm-anomaly-detection \
"
-PR = "r94"
+PR = "r95"
MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
refresh-screen \
@@ -96,6 +97,7 @@ MAKEFILES_append_ti33x = " u-boot-spl \
barcode-roi \
uio-module-drv \
mmwavegesture-hmi \
+ pdm-anomaly-detection \
"
MAKEFILES_append_ti43x = " u-boot-spl \
${QUICK_PLAYGROUND} \
@@ -110,6 +112,7 @@ MAKEFILES_append_ti43x = " u-boot-spl \
barcode-roi \
uio-module-drv \
mmwavegesture-hmi \
+ pdm-anomaly-detection \
"
# debugss-module-drv
@@ -132,6 +135,7 @@ MAKEFILES_append_omap-a15 = " u-boot-spl \
barcode-roi \
uio-module-drv \
mmwavegesture-hmi \
+ pdm-anomaly-detection \
"
MAKEFILES_append_omapl138 = " linux-dtbs \
u-boot-spl \
@@ -178,6 +182,7 @@ MAKEFILES_append_k3 = " u-boot-spl \
pru-icss \
sysfw-image \
mmwavegesture-hmi \
+ pdm-anomaly-detection \
"
# Use this to export kernel arch to ARCH
--
2.17.1
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago