Recipe to build EVSE HMI demo
Signed-off-by: Manisha Agrawal <[email protected]>
---
.../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 0000000..07e83dc
--- /dev/null
+++ b/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "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 = "01.00.00"
+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
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago