New recipe added to build mmwavegesture-hmi application

Signed-off-by: Manisha Agrawal <manisha.agra...@ti.com>
---
 .../mmwavegesture-hmi/mmwavegesture-hmi_git.bb     | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb

diff --git 
a/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb 
b/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb
new file mode 100644
index 00000000..bece51f5
--- /dev/null
+++ b/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Gesture baed HMI demo using mmWave IWR1642 chip and Sitara AM 
device"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = 
"file://main.cpp;beginline=1;endline=33;md5=e7e749ff1989b18db836e5d9910a37e9"
+
+inherit qt-provider
+
+PV = "1.0"
+PR = "r0"
+
+BRANCH = "master"
+SRC_URI = 
"git://git.ti.com/sitara-linux/mmwavegesture-hmi.git;protocol=git;branch=${BRANCH}"
+
+SRCREV = "e8ca95ca63d891442d55aba95a01342f0b7bdd63"
+
+S = "${WORKDIR}/git"
+
+DEPENDS += "qtbase qtquick1 qtserialport"
+
+do_install() {
+    install -d ${D}${bindir}
+    install -m 755 mmwavegesture_hmi ${D}${bindir}
+}
-- 
2.13.0

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to