All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko-next-rel][PATCH v1 1/3] mmwavegesture-hmi : bump SRCREV to add Makefile.build
@ 2018-12-14 22:29 Manisha Agrawal
  2018-12-14 22:29 ` [rocko-next-rel][PATCH v1 2/3] Makefile_mmwavegesture-hmi : add mmwavegesture-hmi demo to SDK makefile Manisha Agrawal
  2018-12-14 22:29 ` [rocko-next-rel][PATCH v1 3/3] ti-tisdk-makefile : add mmwavegesture-hmi demo Manisha Agrawal
  0 siblings, 2 replies; 3+ messages in thread
From: Manisha Agrawal @ 2018-12-14 22:29 UTC (permalink / raw)
  To: meta-arago

Add Makefile.build to enable the demo build through Processor SDK Linux

Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 .../recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index e4ccba48..cd2ae864 100644
--- a/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb
+++ b/meta-arago-extras/recipes-apps/mmwavegesture-hmi/mmwavegesture-hmi_git.bb
@@ -10,7 +10,7 @@ PR = "r0"
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/sitara-linux/mmwavegesture-hmi.git;protocol=git;branch=${BRANCH}"
 
-SRCREV = "c6052e1cd1079b09bef78cdcd8e5151133c3b4e1"
+SRCREV = "0881fc8bc5b3c3411af7b69c3837a8b3a1fbedc5"
 
 S = "${WORKDIR}/git"
 
-- 
2.13.0



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

* [rocko-next-rel][PATCH v1 2/3] Makefile_mmwavegesture-hmi : add mmwavegesture-hmi demo to SDK makefile
  2018-12-14 22:29 [rocko-next-rel][PATCH v1 1/3] mmwavegesture-hmi : bump SRCREV to add Makefile.build Manisha Agrawal
@ 2018-12-14 22:29 ` Manisha Agrawal
  2018-12-14 22:29 ` [rocko-next-rel][PATCH v1 3/3] ti-tisdk-makefile : add mmwavegesture-hmi demo Manisha Agrawal
  1 sibling, 0 replies; 3+ messages in thread
From: Manisha Agrawal @ 2018-12-14 22:29 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 .../ti-tisdk-makefile/Makefile_mmwavegesture-hmi   | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_mmwavegesture-hmi

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_mmwavegesture-hmi b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_mmwavegesture-hmi
new file mode 100644
index 00000000..f5756251
--- /dev/null
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_mmwavegesture-hmi
@@ -0,0 +1,24 @@
+# mmWave Gesture HMI build targets
+mmwavegesture-hmi:
+	@echo ================================
+	@echo    Building mmWave Gesture HMI Demo
+	@echo ================================
+	@cd example-applications; cd `find . -name "*mmwavegesture-hmi*"`; make -f Makefile.build
+
+mmwavegesture-hmi_clean:
+	@echo ================================
+	@echo    Building mmWave Gesture HMI Demo
+	@echo ================================
+	@cd example-applications; cd `find . -name "*mmwavegesture-hmi*"`; make -f Makefile.build clean
+
+mmwavegesture-hmi_install:
+	@echo ===================================================
+	@echo   Installing mmWave Gesture HMI Demo - Release version
+	@echo ===================================================
+	@cd example-applications; cd `find . -name "*mmwavegesture-hmi*"`; make -f Makefile.build install
+
+mmwavegesture-hmi_install_debug:
+	@echo =================================================
+	@echo   Installing mmWave Gesture HMI Demo - Debug version
+	@echo =================================================
+	@cd example-applications; cd `find . -name "*mmwavegesture-hmi*"`; make -f Makefile.build install_debug
-- 
2.13.0



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

* [rocko-next-rel][PATCH v1 3/3] ti-tisdk-makefile : add mmwavegesture-hmi demo
  2018-12-14 22:29 [rocko-next-rel][PATCH v1 1/3] mmwavegesture-hmi : bump SRCREV to add Makefile.build Manisha Agrawal
  2018-12-14 22:29 ` [rocko-next-rel][PATCH v1 2/3] Makefile_mmwavegesture-hmi : add mmwavegesture-hmi demo to SDK makefile Manisha Agrawal
@ 2018-12-14 22:29 ` Manisha Agrawal
  1 sibling, 0 replies; 3+ messages in thread
From: Manisha Agrawal @ 2018-12-14 22:29 UTC (permalink / raw)
  To: meta-arago

Add mmwavegesture-hmi demo to Am335x, AM437x, omap15 and k3 device.

Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb       | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 f8eca685..c02f5c18 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
@@ -50,9 +50,10 @@ SRC_URI = "\
     file://Makefile_ti-gc320-driver \
     file://Makefile_barcode-roi \
     file://Makefile_sysfw-image \
+    file://Makefile_mmwavegesture-hmi \
 "
 
-PR = "r92"
+PR = "r93"
 
 MAKEFILES_MATRIX_GUI = "matrix-gui-browser \
                         refresh-screen \
@@ -94,6 +95,7 @@ MAKEFILES_append_ti33x = " u-boot-spl \
                            pru-icss \
                            barcode-roi \
                            uio-module-drv \
+			   mmwavegesture-hmi \
 "
 MAKEFILES_append_ti43x = " u-boot-spl \
                            ${QUICK_PLAYGROUND} \
@@ -107,6 +109,7 @@ MAKEFILES_append_ti43x = " u-boot-spl \
                            pru-icss \
                            barcode-roi \
                            uio-module-drv \
+			   mmwavegesture-hmi \
 "
 
 MAKEFILES_append_dra7xx = " cryptodev \
@@ -128,6 +131,7 @@ MAKEFILES_append_omap-a15 = " u-boot-spl \
                               ti-gc320-driver \
                               barcode-roi \
                               uio-module-drv \
+			      mmwavegesture-hmi \
 "
 MAKEFILES_append_omapl138 = " linux-dtbs \
                               u-boot-spl \
@@ -173,6 +177,7 @@ MAKEFILES_append_k3 = " u-boot-spl \
                         ti-sgx-ddk-km-k3 \
                         pru-icss \
                         sysfw-image \
+			mmwavegesture-hmi \
 "
 
 # Use this to export kernel arch to ARCH
-- 
2.13.0



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 22:29 [rocko-next-rel][PATCH v1 1/3] mmwavegesture-hmi : bump SRCREV to add Makefile.build Manisha Agrawal
2018-12-14 22:29 ` [rocko-next-rel][PATCH v1 2/3] Makefile_mmwavegesture-hmi : add mmwavegesture-hmi demo to SDK makefile Manisha Agrawal
2018-12-14 22:29 ` [rocko-next-rel][PATCH v1 3/3] ti-tisdk-makefile : 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.