All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty][PATCH v3 1/7] evse-hmi : add new demo
@ 2017-08-30 17:56 Manisha Agrawal
  2017-08-30 17:56 ` [morty][PATCH v3 2/7] matrix : add new EVSE HMI demo Manisha Agrawal
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Manisha Agrawal @ 2017-08-30 17:56 UTC (permalink / raw)
  To: meta-arago

EVSE stands for electronic vehicle supply station.  This demo is created as part
of TID on EVSE to demonsrate drawing the gui for EVSE application using QT
QWidget and rendering on LCD panel using  linuxfb QPA.

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

diff --git a/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb b/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
new file mode 100755
index 00000000..27a58a96
--- /dev/null
+++ b/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "HMI demo for electronic vehicle charging station (EVSE) using QT QWidget tools"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=33;md5=a9cde3921a8be42ed79ab74661799104"
+
+inherit qt-provider
+
+PV = "1.0"
+PR = "r0"
+
+BRANCH = "master"
+SRC_URI = "git://git.ti.com/sitara-linux/evse-hmi.git;protocol=git;branch=${BRANCH}"
+
+SRCREV = "a257dfc05db311c74cb50838ff5b9e2cfb87dbfe"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+    install -d ${D}${bindir}
+    install -m 755 evse_hmi ${D}${bindir}
+}
-- 
2.13.0



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

end of thread, other threads:[~2017-08-31 19:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 17:56 [morty][PATCH v3 1/7] evse-hmi : add new demo Manisha Agrawal
2017-08-30 17:56 ` [morty][PATCH v3 2/7] matrix : add new EVSE HMI demo Manisha Agrawal
2017-08-30 17:56 ` [morty][PATCH v3 3/7] matrix-gui-hmi-demos : hmi demo descriptions for matrix Manisha Agrawal
2017-08-30 17:56 ` [morty][PATCH v3 4/7] packagegroup-arago-tisdk-matrix : add evse-hmi demo Manisha Agrawal
2017-08-30 17:56 ` [morty][PATCH v3 5/7] packagegroup-arago-tisdk-hmi: add hmi specific packagegroups Manisha Agrawal
2017-08-30 17:56 ` [morty][PATCH v3 6/7] arago-source-ipk : Add evse-hmi source ipk Manisha Agrawal
2017-08-30 17:56 ` [morty][PATCH v3 7/7] arago-core-tisdk-image : add hmi specific packagegroup Manisha Agrawal
2017-08-31 19:02 ` [morty][PATCH v3 1/7] evse-hmi : add new demo Denys Dmytriyenko
2017-08-31 19:04   ` Agrawal, Manisha

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.