* [morty][PATCH v1 1/6] protectio-relays-hmi : new demo
@ 2017-09-01 20:51 Manisha Agrawal
2017-09-01 20:51 ` [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version Manisha Agrawal
` (5 more replies)
0 siblings, 6 replies; 13+ messages in thread
From: Manisha Agrawal @ 2017-09-01 20:51 UTC (permalink / raw)
To: meta-arago
This demo is developed as part of TI Design on Protection Relaysi HMI.
A protection relay is a smart device that receives inputs, compares
them to set points, and provides outputs. Inputs can be current,
voltage, resistance, or temperature. Outputs can include visual
feedback in the form of indicator lights and/or an alphanumeric
display, communications, control warnings, alarms, and turning
power off and on
Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
.../protection-relays-hmi_git.bb | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100755 meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb
diff --git a/meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb b/meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb
new file mode 100755
index 00000000..71f1ea5d
--- /dev/null
+++ b/meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb
@@ -0,0 +1,20 @@
+SUMMARY = "HMI demo for Prectection Relays 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/protection-relays-hmi.git;protocol=git;branch=${BRANCH}"
+
+SRCREV = "c8764aaba365302090179b6720cbfc994e169842"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 755 protection_relays_hmi ${D}${bindir}
+}
--
2.13.0
^ permalink raw reply related [flat|nested] 13+ messages in thread* [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version 2017-09-01 20:51 [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Manisha Agrawal @ 2017-09-01 20:51 ` Manisha Agrawal 2017-09-12 2:25 ` Denys Dmytriyenko 2017-09-01 20:51 ` [morty][PATCH v1 3/6] matrix-gui-hmi-demos : add protection-relays-hmi demo Manisha Agrawal ` (4 subsequent siblings) 5 siblings, 1 reply; 13+ messages in thread From: Manisha Agrawal @ 2017-09-01 20:51 UTC (permalink / raw) To: meta-arago Add new demo pretection-relays-hmi in hmi_apps. Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc index 551416d9..1b20f919 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" -SRCREV = "50a2f2ec7043e17bc7af72186e3d0a8d7773ec0a" +SRCREV = "094736065e1a15a49da19ef4c5a100aa763c41d1" BRANCH = "master" INC_PR = "r48" -- 2.13.0 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version 2017-09-01 20:51 ` [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version Manisha Agrawal @ 2017-09-12 2:25 ` Denys Dmytriyenko 2017-09-22 18:25 ` Agrawal, Manisha 0 siblings, 1 reply; 13+ messages in thread From: Denys Dmytriyenko @ 2017-09-12 2:25 UTC (permalink / raw) To: Manisha Agrawal; +Cc: meta-arago On Fri, Sep 01, 2017 at 03:51:03PM -0500, Manisha Agrawal wrote: > Add new demo pretection-relays-hmi in hmi_apps. "pretection" > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> > --- > meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > index 551416d9..1b20f919 100644 > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" > > SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" > -SRCREV = "50a2f2ec7043e17bc7af72186e3d0a8d7773ec0a" > +SRCREV = "094736065e1a15a49da19ef4c5a100aa763c41d1" > BRANCH = "master" > INC_PR = "r48" > > -- > 2.13.0 > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version 2017-09-12 2:25 ` Denys Dmytriyenko @ 2017-09-22 18:25 ` Agrawal, Manisha 2017-09-22 18:34 ` Denys Dmytriyenko 0 siblings, 1 reply; 13+ messages in thread From: Agrawal, Manisha @ 2017-09-22 18:25 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org [-- Attachment #1: Type: text/plain, Size: 1670 bytes --] Hi Denys, Which meta-arago branch is attached patch series applied to? My patch series below are on top of attached one. I tried to update my local repo with below instruction but I do not see evse-hmi under meta-arago-extras/recipe-apps/ #./oe-layertool-setup.sh -f configs/arago-morty-config.txt Regards, Manisha -----Original Message----- From: Dmytriyenko, Denys Sent: Monday, September 11, 2017 9:26 PM To: Agrawal, Manisha Cc: meta-arago@arago-project.org; Stiffler, Jacob Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version On Fri, Sep 01, 2017 at 03:51:03PM -0500, Manisha Agrawal wrote: > Add new demo pretection-relays-hmi in hmi_apps. "pretection" > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> > --- > meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > index 551416d9..1b20f919 100644 > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" > > SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" > -SRCREV = "50a2f2ec7043e17bc7af72186e3d0a8d7773ec0a" > +SRCREV = "094736065e1a15a49da19ef4c5a100aa763c41d1" > BRANCH = "master" > INC_PR = "r48" > > -- > 2.13.0 > [-- Attachment #2: Type: message/rfc822, Size: 3512 bytes --] From: "Dmytriyenko, Denys" <denys@ti.com> To: "Agrawal, Manisha" <manisha.agrawal@ti.com> Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>, "Stiffler, Jacob" <j-stiffler@ti.com> Subject: Re: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo Date: Thu, 31 Aug 2017 19:02:44 +0000 Message-ID: <20170831190244.GB8304@edge> Thanks. The entire series now looks good. Though your separate patch for tisdk-rootfs-image should have been part of this series as well, somewhere between patch #6 and #7... -- Denys On Wed, Aug 30, 2017 at 12:56:41PM -0500, Manisha Agrawal wrote: > 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 [flat|nested] 13+ messages in thread
* Re: [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version 2017-09-22 18:25 ` Agrawal, Manisha @ 2017-09-22 18:34 ` Denys Dmytriyenko 2017-09-22 18:44 ` Agrawal, Manisha 0 siblings, 1 reply; 13+ messages in thread From: Denys Dmytriyenko @ 2017-09-22 18:34 UTC (permalink / raw) To: Agrawal, Manisha; +Cc: meta-arago@arago-project.org Manisha, All evse-hmi patches were merged to morty branch. See this changelog on 2017-08-31 between ti2017.04-rc1 and ti2017.04-rc2 tags: http://arago-project.org/git/?p=meta-arago.git;a=shortlog;h=refs/heads/morty -- Denys On Fri, Sep 22, 2017 at 02:25:06PM -0400, Agrawal, Manisha wrote: > Hi Denys, > > Which meta-arago branch is attached patch series applied to? My patch series > below are on top of attached one. I tried to update my local repo with below > instruction but I do not see evse-hmi under meta-arago-extras/recipe-apps/ > #./oe-layertool-setup.sh -f configs/arago-morty-config.txt > > > Regards, > Manisha > > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, September 11, 2017 9:26 PM > To: Agrawal, Manisha > Cc: meta-arago@arago-project.org; Stiffler, Jacob > Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version > > On Fri, Sep 01, 2017 at 03:51:03PM -0500, Manisha Agrawal wrote: > > Add new demo pretection-relays-hmi in hmi_apps. > > "pretection" > > > > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> > > --- > > meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > index 551416d9..1b20f919 100644 > > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" > > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" > > > > SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" > > -SRCREV = "50a2f2ec7043e17bc7af72186e3d0a8d7773ec0a" > > +SRCREV = "094736065e1a15a49da19ef4c5a100aa763c41d1" > > BRANCH = "master" > > INC_PR = "r48" > > > > -- > > 2.13.0 > > Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 31 Aug 2017 14:02:48 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Thu, 31 Aug 2017 14:02:48 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Thu, 31 Aug 2017 14:02:48 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7VJ2mQf010131; Thu, 31 Aug 2017 14:02:48 -0500 From: "Dmytriyenko, Denys" <denys@ti.com> To: "Agrawal, Manisha" <manisha.agrawal@ti.com> CC: "meta-arago@arago-project.org" <meta-arago@arago-project.org>, "Stiffler, Jacob" <j-stiffler@ti.com> Subject: Re: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo Thread-Topic: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo Thread-Index: AQHTIblaDylsZV2NCUSDbzHOnlsw4aKfJ9IA Date: Thu, 31 Aug 2017 15:02:44 -0400 Message-ID: <20170831190244.GB8304@edge> References: <20170830175647.11427-1-manisha.agrawal@ti.com> In-Reply-To: <20170830175647.11427-1-manisha.agrawal@ti.com> Content-Language: en-US X-MS-Exchange-Organization-AuthMechanism: 10 X-MS-Exchange-Organization-AuthSource: DFLE107.ent.ti.com X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mutt/1.5.20 (2009-06-14) Content-Type: text/plain; charset="us-ascii" Content-ID: <67368E74756CB6439B51C29CF3D1000A@owa.mail.ti.com> MIME-Version: 1.0 > > Thanks. The entire series now looks good. Though your separate patch for > tisdk-rootfs-image should have been part of this series as well, somewhere > between patch #6 and #7... > > -- > Denys > > > On Wed, Aug 30, 2017 at 12:56:41PM -0500, Manisha Agrawal wrote: > > 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 [flat|nested] 13+ messages in thread
* Re: [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version 2017-09-22 18:34 ` Denys Dmytriyenko @ 2017-09-22 18:44 ` Agrawal, Manisha 2017-09-22 18:49 ` Denys Dmytriyenko 0 siblings, 1 reply; 13+ messages in thread From: Agrawal, Manisha @ 2017-09-22 18:44 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Yeah, I see it there but somehow below instruction is not updating the directories/recipes #./oe-layertool-setup.sh -f configs/arago-morty-config.txt Do I need to fresh clone tisdk and run above instruction? Regards, Manisha -----Original Message----- From: Dmytriyenko, Denys Sent: Friday, September 22, 2017 1:35 PM To: Agrawal, Manisha Cc: meta-arago@arago-project.org; Stiffler, Jacob Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version Manisha, All evse-hmi patches were merged to morty branch. See this changelog on 2017-08-31 between ti2017.04-rc1 and ti2017.04-rc2 tags: http://arago-project.org/git/?p=meta-arago.git;a=shortlog;h=refs/heads/morty -- Denys On Fri, Sep 22, 2017 at 02:25:06PM -0400, Agrawal, Manisha wrote: > Hi Denys, > > Which meta-arago branch is attached patch series applied to? My patch series > below are on top of attached one. I tried to update my local repo with below > instruction but I do not see evse-hmi under meta-arago-extras/recipe-apps/ > #./oe-layertool-setup.sh -f configs/arago-morty-config.txt > > > Regards, > Manisha > > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, September 11, 2017 9:26 PM > To: Agrawal, Manisha > Cc: meta-arago@arago-project.org; Stiffler, Jacob > Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version > > On Fri, Sep 01, 2017 at 03:51:03PM -0500, Manisha Agrawal wrote: > > Add new demo pretection-relays-hmi in hmi_apps. > > "pretection" > > > > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> > > --- > > meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > index 551416d9..1b20f919 100644 > > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" > > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" > > > > SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" > > -SRCREV = "50a2f2ec7043e17bc7af72186e3d0a8d7773ec0a" > > +SRCREV = "094736065e1a15a49da19ef4c5a100aa763c41d1" > > BRANCH = "master" > > INC_PR = "r48" > > > > -- > > 2.13.0 > > Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 31 Aug 2017 14:02:48 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Thu, 31 Aug 2017 14:02:48 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Thu, 31 Aug 2017 14:02:48 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7VJ2mQf010131; Thu, 31 Aug 2017 14:02:48 -0500 From: "Dmytriyenko, Denys" <denys@ti.com> To: "Agrawal, Manisha" <manisha.agrawal@ti.com> CC: "meta-arago@arago-project.org" <meta-arago@arago-project.org>, "Stiffler, Jacob" <j-stiffler@ti.com> Subject: Re: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo Thread-Topic: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo Thread-Index: AQHTIblaDylsZV2NCUSDbzHOnlsw4aKfJ9IA Date: Thu, 31 Aug 2017 15:02:44 -0400 Message-ID: <20170831190244.GB8304@edge> References: <20170830175647.11427-1-manisha.agrawal@ti.com> In-Reply-To: <20170830175647.11427-1-manisha.agrawal@ti.com> Content-Language: en-US X-MS-Exchange-Organization-AuthMechanism: 10 X-MS-Exchange-Organization-AuthSource: DFLE107.ent.ti.com X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mutt/1.5.20 (2009-06-14) Content-Type: text/plain; charset="us-ascii" Content-ID: <67368E74756CB6439B51C29CF3D1000A@owa.mail.ti.com> MIME-Version: 1.0 > > Thanks. The entire series now looks good. Though your separate patch for > tisdk-rootfs-image should have been part of this series as well, somewhere > between patch #6 and #7... > > -- > Denys > > > On Wed, Aug 30, 2017 at 12:56:41PM -0500, Manisha Agrawal wrote: > > 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 [flat|nested] 13+ messages in thread
* Re: [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version 2017-09-22 18:44 ` Agrawal, Manisha @ 2017-09-22 18:49 ` Denys Dmytriyenko 2017-09-22 19:35 ` Agrawal, Manisha 0 siblings, 1 reply; 13+ messages in thread From: Denys Dmytriyenko @ 2017-09-22 18:49 UTC (permalink / raw) To: Agrawal, Manisha; +Cc: meta-arago@arago-project.org Check if you have your local copy of meta-arago in a non-clean state - i.e. if you have your own commits on top. If so, you may need to reset the tree to its original state, otherwise git pull or git fetch will refuse to update... -- Denys On Fri, Sep 22, 2017 at 02:44:18PM -0400, Agrawal, Manisha wrote: > Yeah, I see it there but somehow below instruction is not updating the directories/recipes > #./oe-layertool-setup.sh -f configs/arago-morty-config.txt > > Do I need to fresh clone tisdk and run above instruction? > > Regards, > Manisha > > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, September 22, 2017 1:35 PM > To: Agrawal, Manisha > Cc: meta-arago@arago-project.org; Stiffler, Jacob > Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version > > Manisha, > > All evse-hmi patches were merged to morty branch. See this changelog on > 2017-08-31 between ti2017.04-rc1 and ti2017.04-rc2 tags: > > http://arago-project.org/git/?p=meta-arago.git;a=shortlog;h=refs/heads/morty > > -- > Denys > > > On Fri, Sep 22, 2017 at 02:25:06PM -0400, Agrawal, Manisha wrote: > > Hi Denys, > > > > Which meta-arago branch is attached patch series applied to? My patch series > > below are on top of attached one. I tried to update my local repo with below > > instruction but I do not see evse-hmi under meta-arago-extras/recipe-apps/ > > #./oe-layertool-setup.sh -f configs/arago-morty-config.txt > > > > > > Regards, > > Manisha > > > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Monday, September 11, 2017 9:26 PM > > To: Agrawal, Manisha > > Cc: meta-arago@arago-project.org; Stiffler, Jacob > > Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version > > > > On Fri, Sep 01, 2017 at 03:51:03PM -0500, Manisha Agrawal wrote: > > > Add new demo pretection-relays-hmi in hmi_apps. > > > > "pretection" > > > > > > > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> > > > --- > > > meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > > index 551416d9..1b20f919 100644 > > > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > > @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" > > > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" > > > > > > SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" > > > -SRCREV = "50a2f2ec7043e17bc7af72186e3d0a8d7773ec0a" > > > +SRCREV = "094736065e1a15a49da19ef4c5a100aa763c41d1" > > > BRANCH = "master" > > > INC_PR = "r48" > > > > > > -- > > > 2.13.0 > > > > > Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE72.ent.ti.com > (128.247.5.109) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 31 Aug > 2017 14:02:48 -0500 > Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE115.ent.ti.com > (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, > cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Thu, 31 > Aug 2017 14:02:48 -0500 > Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE107.ent.ti.com > (10.64.6.28) with Microsoft SMTP Server (version=TLS1_0, > cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; > Thu, 31 Aug 2017 14:02:48 -0500 > Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by > dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7VJ2mQf010131; Thu, 31 Aug > 2017 14:02:48 -0500 > From: "Dmytriyenko, Denys" <denys@ti.com> > To: "Agrawal, Manisha" <manisha.agrawal@ti.com> > CC: "meta-arago@arago-project.org" <meta-arago@arago-project.org>, "Stiffler, > Jacob" <j-stiffler@ti.com> > Subject: Re: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo > Thread-Topic: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo > Thread-Index: AQHTIblaDylsZV2NCUSDbzHOnlsw4aKfJ9IA > Date: Thu, 31 Aug 2017 15:02:44 -0400 > Message-ID: <20170831190244.GB8304@edge> > References: <20170830175647.11427-1-manisha.agrawal@ti.com> > In-Reply-To: <20170830175647.11427-1-manisha.agrawal@ti.com> > Content-Language: en-US > X-MS-Exchange-Organization-AuthMechanism: 10 > X-MS-Exchange-Organization-AuthSource: DFLE107.ent.ti.com > X-MS-Has-Attach: > X-MS-TNEF-Correlator: > user-agent: Mutt/1.5.20 (2009-06-14) > Content-Type: text/plain; charset="us-ascii" > Content-ID: <67368E74756CB6439B51C29CF3D1000A@owa.mail.ti.com> > MIME-Version: 1.0 > > > > Thanks. The entire series now looks good. Though your separate patch for > > tisdk-rootfs-image should have been part of this series as well, somewhere > > between patch #6 and #7... > > > > -- > > Denys > > > > > > On Wed, Aug 30, 2017 at 12:56:41PM -0500, Manisha Agrawal wrote: > > > 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 [flat|nested] 13+ messages in thread
* Re: [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version 2017-09-22 18:49 ` Denys Dmytriyenko @ 2017-09-22 19:35 ` Agrawal, Manisha 0 siblings, 0 replies; 13+ messages in thread From: Agrawal, Manisha @ 2017-09-22 19:35 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Thanks Denys. Cleaning the state of meta-arago helped. Regards, Manisha -----Original Message----- From: Dmytriyenko, Denys Sent: Friday, September 22, 2017 1:49 PM To: Agrawal, Manisha Cc: meta-arago@arago-project.org; Stiffler, Jacob Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version Check if you have your local copy of meta-arago in a non-clean state - i.e. if you have your own commits on top. If so, you may need to reset the tree to its original state, otherwise git pull or git fetch will refuse to update... -- Denys On Fri, Sep 22, 2017 at 02:44:18PM -0400, Agrawal, Manisha wrote: > Yeah, I see it there but somehow below instruction is not updating the directories/recipes > #./oe-layertool-setup.sh -f configs/arago-morty-config.txt > > Do I need to fresh clone tisdk and run above instruction? > > Regards, > Manisha > > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, September 22, 2017 1:35 PM > To: Agrawal, Manisha > Cc: meta-arago@arago-project.org; Stiffler, Jacob > Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version > > Manisha, > > All evse-hmi patches were merged to morty branch. See this changelog on > 2017-08-31 between ti2017.04-rc1 and ti2017.04-rc2 tags: > > http://arago-project.org/git/?p=meta-arago.git;a=shortlog;h=refs/heads/morty > > -- > Denys > > > On Fri, Sep 22, 2017 at 02:25:06PM -0400, Agrawal, Manisha wrote: > > Hi Denys, > > > > Which meta-arago branch is attached patch series applied to? My patch series > > below are on top of attached one. I tried to update my local repo with below > > instruction but I do not see evse-hmi under meta-arago-extras/recipe-apps/ > > #./oe-layertool-setup.sh -f configs/arago-morty-config.txt > > > > > > Regards, > > Manisha > > > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Monday, September 11, 2017 9:26 PM > > To: Agrawal, Manisha > > Cc: meta-arago@arago-project.org; Stiffler, Jacob > > Subject: Re: [meta-arago][morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version > > > > On Fri, Sep 01, 2017 at 03:51:03PM -0500, Manisha Agrawal wrote: > > > Add new demo pretection-relays-hmi in hmi_apps. > > > > "pretection" > > > > > > > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> > > > --- > > > meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > > index 551416d9..1b20f919 100644 > > > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc > > > @@ -4,7 +4,7 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" > > > LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" > > > > > > SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" > > > -SRCREV = "50a2f2ec7043e17bc7af72186e3d0a8d7773ec0a" > > > +SRCREV = "094736065e1a15a49da19ef4c5a100aa763c41d1" > > > BRANCH = "master" > > > INC_PR = "r48" > > > > > > -- > > > 2.13.0 > > > > > Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE72.ent.ti.com > (128.247.5.109) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 31 Aug > 2017 14:02:48 -0500 > Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE115.ent.ti.com > (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, > cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Thu, 31 > Aug 2017 14:02:48 -0500 > Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE107.ent.ti.com > (10.64.6.28) with Microsoft SMTP Server (version=TLS1_0, > cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; > Thu, 31 Aug 2017 14:02:48 -0500 > Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by > dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7VJ2mQf010131; Thu, 31 Aug > 2017 14:02:48 -0500 > From: "Dmytriyenko, Denys" <denys@ti.com> > To: "Agrawal, Manisha" <manisha.agrawal@ti.com> > CC: "meta-arago@arago-project.org" <meta-arago@arago-project.org>, "Stiffler, > Jacob" <j-stiffler@ti.com> > Subject: Re: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo > Thread-Topic: [meta-arago][morty][PATCH v3 1/7] evse-hmi : add new demo > Thread-Index: AQHTIblaDylsZV2NCUSDbzHOnlsw4aKfJ9IA > Date: Thu, 31 Aug 2017 15:02:44 -0400 > Message-ID: <20170831190244.GB8304@edge> > References: <20170830175647.11427-1-manisha.agrawal@ti.com> > In-Reply-To: <20170830175647.11427-1-manisha.agrawal@ti.com> > Content-Language: en-US > X-MS-Exchange-Organization-AuthMechanism: 10 > X-MS-Exchange-Organization-AuthSource: DFLE107.ent.ti.com > X-MS-Has-Attach: > X-MS-TNEF-Correlator: > user-agent: Mutt/1.5.20 (2009-06-14) > Content-Type: text/plain; charset="us-ascii" > Content-ID: <67368E74756CB6439B51C29CF3D1000A@owa.mail.ti.com> > MIME-Version: 1.0 > > > > Thanks. The entire series now looks good. Though your separate patch for > > tisdk-rootfs-image should have been part of this series as well, somewhere > > between patch #6 and #7... > > > > -- > > Denys > > > > > > On Wed, Aug 30, 2017 at 12:56:41PM -0500, Manisha Agrawal wrote: > > > 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 [flat|nested] 13+ messages in thread
* [morty][PATCH v1 3/6] matrix-gui-hmi-demos : add protection-relays-hmi demo 2017-09-01 20:51 [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version Manisha Agrawal @ 2017-09-01 20:51 ` Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 4/6] packagegroup-arago-tisdk-matrix " Manisha Agrawal ` (3 subsequent siblings) 5 siblings, 0 replies; 13+ messages in thread From: Manisha Agrawal @ 2017-09-01 20:51 UTC (permalink / raw) To: meta-arago Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> --- .../recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb index f751f8f8..f2ea2ed4 100755 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-hmi-demos_2.0.bb @@ -15,6 +15,7 @@ HMI_RDEPENDS += "matrix-gui-apps-images matrix-gui-submenus-hmi" FILES_${PN} += "${MATRIX_BASE_DIR}/*" PACKAGES = "matrix-hmi-demo-evse \ + matrix-hmi-demo-protection-relays\ " RDEPENDS_matrix-hmi-demo-evse = " \ @@ -22,5 +23,13 @@ RDEPENDS_matrix-hmi-demo-evse = " \ evse-hmi \ " +RDEPENDS_matrix-hmi-demo-protection-relays = " \ + ${HMI_RDEPENDS} \ + protection-relays-hmi \ +" + FILES_matrix-hmi-demo-evse = "${MATRIX_APP_DIR}/hmi_evse/*" FILES_matrix-hmi-demo-evse += "${bindir}/runHmiEvse.sh" + +FILES_matrix-hmi-demo-protection-relays = "${MATRIX_APP_DIR}/hmi_protection_relays/*" +FILES_matrix-hmi-demo-protection-relays += "${bindir}/runHmiProtectionRelays.sh" -- 2.13.0 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* [morty][PATCH v1 4/6] packagegroup-arago-tisdk-matrix : add protection-relays-hmi demo 2017-09-01 20:51 [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 3/6] matrix-gui-hmi-demos : add protection-relays-hmi demo Manisha Agrawal @ 2017-09-01 20:51 ` Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 5/6] packagegroup-arago-tisdk-hmi: " Manisha Agrawal ` (2 subsequent siblings) 5 siblings, 0 replies; 13+ messages in thread From: Manisha Agrawal @ 2017-09-01 20:51 UTC (permalink / raw) To: meta-arago Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb index 0fa50f85..027cbe5d 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb @@ -96,6 +96,7 @@ MATRIX_APPS_append_ti33x = " \ matrix-gui-ethernet-demos \ \ matrix-hmi-demo-evse \ + matrix-hmi-demo-protection-relays \ \ ${MATRIX_OPENCV_ARM_ONLY_APPS} \ " -- 2.13.0 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* [morty][PATCH v1 5/6] packagegroup-arago-tisdk-hmi: add protection-relays-hmi demo 2017-09-01 20:51 [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Manisha Agrawal ` (2 preceding siblings ...) 2017-09-01 20:51 ` [morty][PATCH v1 4/6] packagegroup-arago-tisdk-matrix " Manisha Agrawal @ 2017-09-01 20:51 ` Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 6/6] arago-source-ipk : Add protection-relays-hmi source ipk Manisha Agrawal 2017-09-12 2:25 ` [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Denys Dmytriyenko 5 siblings, 0 replies; 13+ messages in thread From: Manisha Agrawal @ 2017-09-01 20:51 UTC (permalink / raw) To: meta-arago Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 1 + .../recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb index 735dda8e..4921147c 100755 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb @@ -14,6 +14,7 @@ HMI_append_ti43x = " \ HMI_append_ti33x = " \ evse-hmi-src \ + protection-relays-hmi-src \ " 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 38ff06b4..125443ae 100755 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb @@ -12,6 +12,7 @@ HMI = " \ HMI_append_ti33x = " \ evse-hmi \ + protection-relays-hmi \ " HMI_append_ti43x = " \ -- 2.13.0 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* [morty][PATCH v1 6/6] arago-source-ipk : Add protection-relays-hmi source ipk 2017-09-01 20:51 [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Manisha Agrawal ` (3 preceding siblings ...) 2017-09-01 20:51 ` [morty][PATCH v1 5/6] packagegroup-arago-tisdk-hmi: " Manisha Agrawal @ 2017-09-01 20:51 ` Manisha Agrawal 2017-09-12 2:25 ` [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Denys Dmytriyenko 5 siblings, 0 replies; 13+ messages in thread From: Manisha Agrawal @ 2017-09-01 20:51 UTC (permalink / raw) To: meta-arago Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> --- meta-arago-distro/conf/distro/include/arago-source-ipk.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc index 5dd1ca64..5e3de4ef 100644 --- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc +++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc @@ -70,6 +70,9 @@ SRCIPK_INSTALL_DIR_pn-dual-camera-demo = "example-applications/${PN}-${PV}" CREATE_SRCIPK_pn-evse-hmi = "1" SRCIPK_INSTALL_DIR_pn-evse-hmi = "example-applications/${PN}-${PV}" +CREATE_SRCIPK_pn-protection-relays-hmi = "1" +SRCIPK_INSTALL_DIR_pn-protection-relays-hmi = "example-applications/${PN}-${PV}" + CREATE_SRCIPK_pn-image-gallery = "1" SRCIPK_INSTALL_DIR_pn-image-gallery = "example-applications/${PN}" -- 2.13.0 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [morty][PATCH v1 1/6] protectio-relays-hmi : new demo 2017-09-01 20:51 [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Manisha Agrawal ` (4 preceding siblings ...) 2017-09-01 20:51 ` [morty][PATCH v1 6/6] arago-source-ipk : Add protection-relays-hmi source ipk Manisha Agrawal @ 2017-09-12 2:25 ` Denys Dmytriyenko 5 siblings, 0 replies; 13+ messages in thread From: Denys Dmytriyenko @ 2017-09-12 2:25 UTC (permalink / raw) To: Manisha Agrawal; +Cc: meta-arago I normally do not complain about typos too much, but there are too many of them here... > Subject: [PATCH v1 1/6] protectio-relays-hmi : new demo "protectio" > This demo is developed as part of TI Design on Protection Relaysi HMI. "Relaysi" > A protection relay is a smart device that receives inputs, compares > them to set points, and provides outputs. Inputs can be current, > voltage, resistance, or temperature. Outputs can include visual > feedback in the form of indicator lights and/or an alphanumeric > display, communications, control warnings, alarms, and turning > power off and on > > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com> > --- > .../protection-relays-hmi_git.bb | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100755 meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb > > diff --git a/meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb b/meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb > new file mode 100755 > index 00000000..71f1ea5d > --- /dev/null > +++ b/meta-arago-extras/recipes-apps/protection-relays-hmi/protection-relays-hmi_git.bb > @@ -0,0 +1,20 @@ > +SUMMARY = "HMI demo for Prectection Relays using QT QWidget tools" "Prectection" > +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/protection-relays-hmi.git;protocol=git;branch=${BRANCH}" > + > +SRCREV = "c8764aaba365302090179b6720cbfc994e169842" > + > +S = "${WORKDIR}/git" > + > +do_install() { > + install -d ${D}${bindir} > + install -m 755 protection_relays_hmi ${D}${bindir} > +} > -- > 2.13.0 > ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2017-09-22 19:35 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-09-01 20:51 [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 2/6] matrix-gui-apps-git : update SRCREV version Manisha Agrawal 2017-09-12 2:25 ` Denys Dmytriyenko 2017-09-22 18:25 ` Agrawal, Manisha 2017-09-22 18:34 ` Denys Dmytriyenko 2017-09-22 18:44 ` Agrawal, Manisha 2017-09-22 18:49 ` Denys Dmytriyenko 2017-09-22 19:35 ` Agrawal, Manisha 2017-09-01 20:51 ` [morty][PATCH v1 3/6] matrix-gui-hmi-demos : add protection-relays-hmi demo Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 4/6] packagegroup-arago-tisdk-matrix " Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 5/6] packagegroup-arago-tisdk-hmi: " Manisha Agrawal 2017-09-01 20:51 ` [morty][PATCH v1 6/6] arago-source-ipk : Add protection-relays-hmi source ipk Manisha Agrawal 2017-09-12 2:25 ` [morty][PATCH v1 1/6] protectio-relays-hmi : new demo Denys Dmytriyenko
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.