All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH 1/2] matrix-gui-browser: bump SRCREV and update Description
@ 2017-08-29 16:05 Eric Ruei
  2017-08-29 16:05 ` [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions Eric Ruei
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Ruei @ 2017-08-29 16:05 UTC (permalink / raw)
  To: meta-arago

* update the brower to be Webengine-based instead of Webkit-based

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
index 0fa1a62..1f91f57 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Simple Qt web display using webkit"
+DESCRIPTION = "Simple Qt web display using webengine"
 HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix_browser"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://main.cpp;beginline=9;endline=37;md5=75a9adc782a6df0d3a5419743e9a9f18"
@@ -11,10 +11,10 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
 
 DEPENDS += "${QT_DEPENDS_WEBKIT}"
 
-PR = "r13"
+PR = "r14"
 
 QT4_SRCREV = "83019b46fb3dec1a12667d251d35ba8682953a79"
-QT5_SRCREV = "78ad5db716d1abc4c05abfe435f066b6b88454d5"
+QT5_SRCREV = "d3ecf8d0dff3e4f901d588ea0dfe485733dfc9dc"
 
 SRCREV = "${@base_conditional('QT_PROVIDER', 'qt5', "${QT5_SRCREV}", "${QT4_SRCREV}", d)}"
 BRANCH ?= "master"
-- 
1.9.1



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

* [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions
  2017-08-29 16:05 [morty/master][PATCH 1/2] matrix-gui-browser: bump SRCREV and update Description Eric Ruei
@ 2017-08-29 16:05 ` Eric Ruei
  2017-08-29 16:17   ` Denys Dmytriyenko
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Ruei @ 2017-08-29 16:05 UTC (permalink / raw)
  To: meta-arago

* replace webkit-based browsers with the webengine-based ones
* add HMI EVSE demo

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 b805f5e..4d74224 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,9 +4,9 @@ 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 = "38afccb5335216ececa874cf4cf72a67c4164fc3"
+SRCREV = "d910584814644f853f3fe4fbe715f674f24b9bd3"
 BRANCH = "master"
-INC_PR = "r47"
+INC_PR = "r48"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
1.9.1



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

* Re: [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions
  2017-08-29 16:05 ` [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions Eric Ruei
@ 2017-08-29 16:17   ` Denys Dmytriyenko
  2017-08-29 17:33     ` Ruei, Eric
  0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2017-08-29 16:17 UTC (permalink / raw)
  To: Eric Ruei; +Cc: meta-arago

Eric,

On Tue, Aug 29, 2017 at 12:05:53PM -0400, Eric Ruei wrote:
> * replace webkit-based browsers with the webengine-based ones
> * add HMI EVSE demo

This hasn't been merged yet - see my comments yesterday.


> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> ---
>  meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 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 b805f5e..4d74224 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,9 +4,9 @@ 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 = "38afccb5335216ececa874cf4cf72a67c4164fc3"
> +SRCREV = "d910584814644f853f3fe4fbe715f674f24b9bd3"
>  BRANCH = "master"
> -INC_PR = "r47"
> +INC_PR = "r48"
>  
>  # Pull in the base package for installing matrix applications
>  require matrix-gui-apps.inc
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions
  2017-08-29 16:17   ` Denys Dmytriyenko
@ 2017-08-29 17:33     ` Ruei, Eric
  2017-08-29 17:48       ` Denys Dmytriyenko
  0 siblings, 1 reply; 8+ messages in thread
From: Ruei, Eric @ 2017-08-29 17:33 UTC (permalink / raw)
  To: Denys Dmytriyenko, Eric Ruei; +Cc: meta-arago

On 8/29/2017 12:17 PM, Denys Dmytriyenko wrote:
> Eric,
> 
> On Tue, Aug 29, 2017 at 12:05:53PM -0400, Eric Ruei wrote:
>> * replace webkit-based browsers with the webengine-based ones
>> * add HMI EVSE demo
> 
> This hasn't been merged yet - see my comments yesterday.
> 
> 
Which one do you mean? Both of them are pushed at matrix-gui-v2-apps?

Eric



>> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
>> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
>> ---
>>   meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> 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 b805f5e..4d74224 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,9 +4,9 @@ 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 = "38afccb5335216ececa874cf4cf72a67c4164fc3"
>> +SRCREV = "d910584814644f853f3fe4fbe715f674f24b9bd3"
>>   BRANCH = "master"
>> -INC_PR = "r47"
>> +INC_PR = "r48"
>>   
>>   # Pull in the base package for installing matrix applications
>>   require matrix-gui-apps.inc
>> -- 
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions
  2017-08-29 17:33     ` Ruei, Eric
@ 2017-08-29 17:48       ` Denys Dmytriyenko
  2017-08-29 18:12         ` Ruei, Eric
  0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2017-08-29 17:48 UTC (permalink / raw)
  To: Ruei, Eric; +Cc: meta-arago

On Tue, Aug 29, 2017 at 01:33:11PM -0400, Ruei, Eric wrote:
> On 8/29/2017 12:17 PM, Denys Dmytriyenko wrote:
> >Eric,
> >
> >On Tue, Aug 29, 2017 at 12:05:53PM -0400, Eric Ruei wrote:
> >>* replace webkit-based browsers with the webengine-based ones
> >>* add HMI EVSE demo
> >
> >This hasn't been merged yet - see my comments yesterday.
> >
> >
> Which one do you mean? Both of them are pushed at matrix-gui-v2-apps?

HMI EVSE


> >>Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> >>Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> >>---
> >>  meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
> >>  1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >>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 b805f5e..4d74224 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,9 +4,9 @@ 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 = "38afccb5335216ececa874cf4cf72a67c4164fc3"
> >>+SRCREV = "d910584814644f853f3fe4fbe715f674f24b9bd3"
> >>  BRANCH = "master"
> >>-INC_PR = "r47"
> >>+INC_PR = "r48"
> >>  # Pull in the base package for installing matrix applications
> >>  require matrix-gui-apps.inc
> >>-- 
> >>1.9.1
> >>
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


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

* Re: [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions
  2017-08-29 17:48       ` Denys Dmytriyenko
@ 2017-08-29 18:12         ` Ruei, Eric
  2017-08-29 21:22           ` Denys Dmytriyenko
  0 siblings, 1 reply; 8+ messages in thread
From: Ruei, Eric @ 2017-08-29 18:12 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

On 8/29/2017 1:48 PM, Denys Dmytriyenko wrote:
> On Tue, Aug 29, 2017 at 01:33:11PM -0400, Ruei, Eric wrote:
>> On 8/29/2017 12:17 PM, Denys Dmytriyenko wrote:
>>> Eric,
>>>
>>> On Tue, Aug 29, 2017 at 12:05:53PM -0400, Eric Ruei wrote:
>>>> * replace webkit-based browsers with the webengine-based ones
>>>> * add HMI EVSE demo
>>>
>>> This hasn't been merged yet - see my comments yesterday.
>>>
>>>
>> Which one do you mean? Both of them are pushed at matrix-gui-v2-apps?
> 
> HMI EVSE
> 
> 
I see Manisha's new patch also include matrix-gui-apps-git. Therefore, I 
should update this patch on top of hers, right?



>>>> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
>>>> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
>>>> ---
>>>>   meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> 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 b805f5e..4d74224 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,9 +4,9 @@ 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 = "38afccb5335216ececa874cf4cf72a67c4164fc3"
>>>> +SRCREV = "d910584814644f853f3fe4fbe715f674f24b9bd3"
>>>>   BRANCH = "master"
>>>> -INC_PR = "r47"
>>>> +INC_PR = "r48"
>>>>   # Pull in the base package for installing matrix applications
>>>>   require matrix-gui-apps.inc
>>>> -- 
>>>> 1.9.1
>>>>
>>>> _______________________________________________
>>>> meta-arago mailing list
>>>> meta-arago@arago-project.org
>>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>>



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

* Re: [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions
  2017-08-29 18:12         ` Ruei, Eric
@ 2017-08-29 21:22           ` Denys Dmytriyenko
  2017-09-01 17:17             ` Denys Dmytriyenko
  0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2017-08-29 21:22 UTC (permalink / raw)
  To: Ruei, Eric; +Cc: meta-arago

On Tue, Aug 29, 2017 at 02:12:47PM -0400, Ruei, Eric wrote:
> On 8/29/2017 1:48 PM, Denys Dmytriyenko wrote:
> >On Tue, Aug 29, 2017 at 01:33:11PM -0400, Ruei, Eric wrote:
> >>On 8/29/2017 12:17 PM, Denys Dmytriyenko wrote:
> >>>Eric,
> >>>
> >>>On Tue, Aug 29, 2017 at 12:05:53PM -0400, Eric Ruei wrote:
> >>>>* replace webkit-based browsers with the webengine-based ones
> >>>>* add HMI EVSE demo
> >>>
> >>>This hasn't been merged yet - see my comments yesterday.
> >>>
> >>>
> >>Which one do you mean? Both of them are pushed at matrix-gui-v2-apps?
> >
> >HMI EVSE
> >
> >
> I see Manisha's new patch also include matrix-gui-apps-git.
> Therefore, I should update this patch on top of hers, right?

The new patch is not merged yet either.


> >>>>Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> >>>>Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> >>>>---
> >>>>  meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
> >>>>  1 file changed, 2 insertions(+), 2 deletions(-)
> >>>>
> >>>>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 b805f5e..4d74224 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,9 +4,9 @@ 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 = "38afccb5335216ececa874cf4cf72a67c4164fc3"
> >>>>+SRCREV = "d910584814644f853f3fe4fbe715f674f24b9bd3"
> >>>>  BRANCH = "master"
> >>>>-INC_PR = "r47"
> >>>>+INC_PR = "r48"
> >>>>  # Pull in the base package for installing matrix applications
> >>>>  require matrix-gui-apps.inc
> >>>>-- 
> >>>>1.9.1
> >>>>
> >>>>_______________________________________________
> >>>>meta-arago mailing list
> >>>>meta-arago@arago-project.org
> >>>>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >>
> 


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

* Re: [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions
  2017-08-29 21:22           ` Denys Dmytriyenko
@ 2017-09-01 17:17             ` Denys Dmytriyenko
  0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2017-09-01 17:17 UTC (permalink / raw)
  To: Ruei, Eric; +Cc: meta-arago

On Tue, Aug 29, 2017 at 05:22:59PM -0400, Denys Dmytriyenko wrote:
> On Tue, Aug 29, 2017 at 02:12:47PM -0400, Ruei, Eric wrote:
> > On 8/29/2017 1:48 PM, Denys Dmytriyenko wrote:
> > >On Tue, Aug 29, 2017 at 01:33:11PM -0400, Ruei, Eric wrote:
> > >>On 8/29/2017 12:17 PM, Denys Dmytriyenko wrote:
> > >>>Eric,
> > >>>
> > >>>On Tue, Aug 29, 2017 at 12:05:53PM -0400, Eric Ruei wrote:
> > >>>>* replace webkit-based browsers with the webengine-based ones
> > >>>>* add HMI EVSE demo
> > >>>
> > >>>This hasn't been merged yet - see my comments yesterday.
> > >>>
> > >>>
> > >>Which one do you mean? Both of them are pushed at matrix-gui-v2-apps?
> > >
> > >HMI EVSE
> > >
> > >
> > I see Manisha's new patch also include matrix-gui-apps-git.
> > Therefore, I should update this patch on top of hers, right?
> 
> The new patch is not merged yet either.

Eric,

hmi evse has been merged, please rebase your patches and resubmit.


> > >>>>Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> > >>>>Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> > >>>>---
> > >>>>  meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
> > >>>>  1 file changed, 2 insertions(+), 2 deletions(-)
> > >>>>
> > >>>>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 b805f5e..4d74224 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,9 +4,9 @@ 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 = "38afccb5335216ececa874cf4cf72a67c4164fc3"
> > >>>>+SRCREV = "d910584814644f853f3fe4fbe715f674f24b9bd3"
> > >>>>  BRANCH = "master"
> > >>>>-INC_PR = "r47"
> > >>>>+INC_PR = "r48"
> > >>>>  # Pull in the base package for installing matrix applications
> > >>>>  require matrix-gui-apps.inc
> > >>>>-- 
> > >>>>1.9.1
> > >>>>
> > >>>>_______________________________________________
> > >>>>meta-arago mailing list
> > >>>>meta-arago@arago-project.org
> > >>>>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > >>
> > 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2017-09-01 17:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 16:05 [morty/master][PATCH 1/2] matrix-gui-browser: bump SRCREV and update Description Eric Ruei
2017-08-29 16:05 ` [morty/master][PATCH 2/2] matrix-gui-apps-git: bump SRCREV for changes and additions Eric Ruei
2017-08-29 16:17   ` Denys Dmytriyenko
2017-08-29 17:33     ` Ruei, Eric
2017-08-29 17:48       ` Denys Dmytriyenko
2017-08-29 18:12         ` Ruei, Eric
2017-08-29 21:22           ` Denys Dmytriyenko
2017-09-01 17:17             ` 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.