New recipe added to build mmwavegesture-hmi application
Signed-off-by: Manisha Agrawal <[email protected]>
---
.../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..e4ccba48
--- /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 = "c6052e1cd1079b09bef78cdcd8e5151133c3b4e1"
+
+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
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago