All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH v1 1/2] mmwavegesture-hmi : create recipe to build mmwavegesture-hmi application
@ 2018-12-14 20:19 Manisha Agrawal
  2018-12-14 20:19 ` [rocko/master][PATCH v1 2/2] packagegroup-arago-tisdk-hmi : add mmwavegesture-hmi demo Manisha Agrawal
  0 siblings, 1 reply; 2+ messages in thread
From: Manisha Agrawal @ 2018-12-14 20:19 UTC (permalink / raw)
  To: meta-arago

New recipe added to build mmwavegesture-hmi application

Signed-off-by: Manisha Agrawal <manisha.agrawal@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..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



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

* [rocko/master][PATCH v1 2/2] packagegroup-arago-tisdk-hmi : add mmwavegesture-hmi demo
  2018-12-14 20:19 [rocko/master][PATCH v1 1/2] mmwavegesture-hmi : create recipe to build mmwavegesture-hmi application Manisha Agrawal
@ 2018-12-14 20:19 ` Manisha Agrawal
  0 siblings, 0 replies; 2+ messages in thread
From: Manisha Agrawal @ 2018-12-14 20:19 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb
index 125443ae..74dbcd7b 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb
@@ -13,16 +13,23 @@ HMI = " \
 HMI_append_ti33x = " \
     evse-hmi \
     protection-relays-hmi \
+    mmwavegesture-hmi \
 "
 
 HMI_append_ti43x = " \
     evse-hmi \
+    mmwavegesture-hmi \
 "
 
 HMI_append_omap-a15 = " \
     evse-hmi \
+    mmwavegesture-hmi \
 "
 
+HMI_append_k3 = " \
+    evse-hmi \
+    mmwavegesture-hmi \
+"
 
 RDEPENDS_${PN} = "\
 	${HMI} \
-- 
2.13.0



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

end of thread, other threads:[~2018-12-14 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 20:19 [rocko/master][PATCH v1 1/2] mmwavegesture-hmi : create recipe to build mmwavegesture-hmi application Manisha Agrawal
2018-12-14 20:19 ` [rocko/master][PATCH v1 2/2] packagegroup-arago-tisdk-hmi : add mmwavegesture-hmi demo Manisha Agrawal

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.