* [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available
@ 2017-01-14 3:13 Denys Dmytriyenko
2017-01-16 12:43 ` Mikko Gronoff
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2017-01-14 3:13 UTC (permalink / raw)
To: openembedded-devel; +Cc: Denys Dmytriyenko
From: Denys Dmytriyenko <denys@ti.com>
Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
recipes-qt/qt5/qtwebengine_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 4712441..210f791 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -122,7 +122,7 @@ SRC_URI += " \
file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
"
-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
# This is in git submodule, but we're using the latest in 49-based
# SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available
2017-01-14 3:13 [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available Denys Dmytriyenko
@ 2017-01-16 12:43 ` Mikko Gronoff
2017-01-17 17:46 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Mikko Gronoff @ 2017-01-16 12:43 UTC (permalink / raw)
To: openembedded-devel
This one commit was missing a merge from 5.7.1 branch to 5.7 but it's
coming very soon. The merge commit is already done, it's just a matter
of author submitting it in. Should be available very soon.
-Mikko
On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-qt/qt5/qtwebengine_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
> index 4712441..210f791 100644
> --- a/recipes-qt/qt5/qtwebengine_git.bb
> +++ b/recipes-qt/qt5/qtwebengine_git.bb
> @@ -122,7 +122,7 @@ SRC_URI += " \
> file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
> "
>
> -SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
> +SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
> # This is in git submodule, but we're using the latest in 49-based
> # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
> SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available
2017-01-16 12:43 ` Mikko Gronoff
@ 2017-01-17 17:46 ` Denys Dmytriyenko
2017-01-18 1:27 ` Martin Jansa
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2017-01-17 17:46 UTC (permalink / raw)
To: openembedded-devel
Mikko,
Are there any estimatest when this commit is finally coming?
Currently, morty is broken for me because it doesn't have the corresponding
QWaylandIntegration patch from master and Martin doesn't want to apply it,
since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in
morty-next, it is also broken for me, because it points to a missing commit
in qtwebengine, which is also coming any day now.
I'd like to get unblocked on either of this issues ASAP, as it's been in the
limbo for quite some time!
Martin,
Would you mind applying the old QWaylandIntegration patch to morty, while we
are still waiting for 5.7.1 update to finalize? You already have the modified
and squashed version for 5.7.1 in morty-next, so should be easy to rebase and
merge it in the future... Please let me know, thanks.
--
Denys
On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:
> This one commit was missing a merge from 5.7.1 branch to 5.7 but
> it's coming very soon. The merge commit is already done, it's just a
> matter of author submitting it in. Should be available very soon.
>
> -Mikko
>
>
> On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > recipes-qt/qt5/qtwebengine_git.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
> >index 4712441..210f791 100644
> >--- a/recipes-qt/qt5/qtwebengine_git.bb
> >+++ b/recipes-qt/qt5/qtwebengine_git.bb
> >@@ -122,7 +122,7 @@ SRC_URI += " \
> > file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
> > "
> >-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
> >+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
> > # This is in git submodule, but we're using the latest in 49-based
> > # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
> > SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available
2017-01-17 17:46 ` Denys Dmytriyenko
@ 2017-01-18 1:27 ` Martin Jansa
2017-01-18 12:54 ` Mikko Gronoff
2017-01-18 20:55 ` Denys Dmytriyenko
0 siblings, 2 replies; 7+ messages in thread
From: Martin Jansa @ 2017-01-18 1:27 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2719 bytes --]
On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:
> Mikko,
>
> Are there any estimatest when this commit is finally coming?
>
>
> Currently, morty is broken for me because it doesn't have the corresponding
> QWaylandIntegration patch from master and Martin doesn't want to apply it,
> since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in
> morty-next, it is also broken for me, because it points to a missing commit
> in qtwebengine, which is also coming any day now.
>
> I'd like to get unblocked on either of this issues ASAP, as it's been in the
> limbo for quite some time!
>
>
> Martin,
>
> Would you mind applying the old QWaylandIntegration patch to morty, while we
> are still waiting for 5.7.1 update to finalize? You already have the modified
> and squashed version for 5.7.1 in morty-next, so should be easy to rebase and
> merge it in the future... Please let me know, thanks.
ok, I've pushed your change from morty-next to morty.
> --
> Denys
>
>
> On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:
> > This one commit was missing a merge from 5.7.1 branch to 5.7 but
> > it's coming very soon. The merge commit is already done, it's just a
> > matter of author submitting it in. Should be available very soon.
> >
> > -Mikko
> >
> >
> > On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:
> > >From: Denys Dmytriyenko <denys@ti.com>
> > >
> > >Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.
> > >
> > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >---
> > > recipes-qt/qt5/qtwebengine_git.bb | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > >diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
> > >index 4712441..210f791 100644
> > >--- a/recipes-qt/qt5/qtwebengine_git.bb
> > >+++ b/recipes-qt/qt5/qtwebengine_git.bb
> > >@@ -122,7 +122,7 @@ SRC_URI += " \
> > > file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
> > > "
> > >-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
> > >+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
> > > # This is in git submodule, but we're using the latest in 49-based
> > > # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
> > > SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available
2017-01-18 1:27 ` Martin Jansa
@ 2017-01-18 12:54 ` Mikko Gronoff
2017-01-18 20:55 ` Denys Dmytriyenko
2017-01-18 20:55 ` Denys Dmytriyenko
1 sibling, 1 reply; 7+ messages in thread
From: Mikko Gronoff @ 2017-01-18 12:54 UTC (permalink / raw)
To: Martin Jansa, Denys Dmytriyenko; +Cc: openembedded-devel
Hi,
FYI the commit should be available now.
On 01/18/2017 03:27 AM, Martin Jansa wrote:
> On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:
>> Mikko,
>>
>> Are there any estimatest when this commit is finally coming?
>>
>>
>> Currently, morty is broken for me because it doesn't have the corresponding
>> QWaylandIntegration patch from master and Martin doesn't want to apply it,
>> since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in
>> morty-next, it is also broken for me, because it points to a missing commit
>> in qtwebengine, which is also coming any day now.
>>
>> I'd like to get unblocked on either of this issues ASAP, as it's been in the
>> limbo for quite some time!
>>
>>
>> Martin,
>>
>> Would you mind applying the old QWaylandIntegration patch to morty, while we
>> are still waiting for 5.7.1 update to finalize? You already have the modified
>> and squashed version for 5.7.1 in morty-next, so should be easy to rebase and
>> merge it in the future... Please let me know, thanks.
> ok, I've pushed your change from morty-next to morty.
>
>> --
>> Denys
>>
>>
>> On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:
>>> This one commit was missing a merge from 5.7.1 branch to 5.7 but
>>> it's coming very soon. The merge commit is already done, it's just a
>>> matter of author submitting it in. Should be available very soon.
>>>
>>> -Mikko
>>>
>>>
>>> On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:
>>>> From: Denys Dmytriyenko <denys@ti.com>
>>>>
>>>> Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.
>>>>
>>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>>>> ---
>>>> recipes-qt/qt5/qtwebengine_git.bb | 2 +-
>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
>>>> index 4712441..210f791 100644
>>>> --- a/recipes-qt/qt5/qtwebengine_git.bb
>>>> +++ b/recipes-qt/qt5/qtwebengine_git.bb
>>>> @@ -122,7 +122,7 @@ SRC_URI += " \
>>>> file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
>>>> "
>>>> -SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
>>>> +SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
>>>> # This is in git submodule, but we're using the latest in 49-based
>>>> # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
>>>> SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available
2017-01-18 1:27 ` Martin Jansa
2017-01-18 12:54 ` Mikko Gronoff
@ 2017-01-18 20:55 ` Denys Dmytriyenko
1 sibling, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2017-01-18 20:55 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel
On Wed, Jan 18, 2017 at 02:27:20AM +0100, Martin Jansa wrote:
> On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:
> > Mikko,
> >
> > Are there any estimatest when this commit is finally coming?
> >
> >
> > Currently, morty is broken for me because it doesn't have the corresponding
> > QWaylandIntegration patch from master and Martin doesn't want to apply it,
> > since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in
> > morty-next, it is also broken for me, because it points to a missing commit
> > in qtwebengine, which is also coming any day now.
> >
> > I'd like to get unblocked on either of this issues ASAP, as it's been in the
> > limbo for quite some time!
> >
> >
> > Martin,
> >
> > Would you mind applying the old QWaylandIntegration patch to morty, while we
> > are still waiting for 5.7.1 update to finalize? You already have the modified
> > and squashed version for 5.7.1 in morty-next, so should be easy to rebase and
> > merge it in the future... Please let me know, thanks.
>
> ok, I've pushed your change from morty-next to morty.
Great, thanks a lot!
> > On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:
> > > This one commit was missing a merge from 5.7.1 branch to 5.7 but
> > > it's coming very soon. The merge commit is already done, it's just a
> > > matter of author submitting it in. Should be available very soon.
> > >
> > > -Mikko
> > >
> > >
> > > On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:
> > > >From: Denys Dmytriyenko <denys@ti.com>
> > > >
> > > >Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.
> > > >
> > > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > >---
> > > > recipes-qt/qt5/qtwebengine_git.bb | 2 +-
> > > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > >diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
> > > >index 4712441..210f791 100644
> > > >--- a/recipes-qt/qt5/qtwebengine_git.bb
> > > >+++ b/recipes-qt/qt5/qtwebengine_git.bb
> > > >@@ -122,7 +122,7 @@ SRC_URI += " \
> > > > file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
> > > > "
> > > >-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
> > > >+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
> > > > # This is in git submodule, but we're using the latest in 49-based
> > > > # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
> > > > SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available
2017-01-18 12:54 ` Mikko Gronoff
@ 2017-01-18 20:55 ` Denys Dmytriyenko
0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2017-01-18 20:55 UTC (permalink / raw)
To: Mikko Gronoff; +Cc: openembedded-devel
On Wed, Jan 18, 2017 at 02:54:29PM +0200, Mikko Gronoff wrote:
> Hi,
>
> FYI the commit should be available now.
That's also great news, hopefully we can get 5.7.1 in morty soon.
> On 01/18/2017 03:27 AM, Martin Jansa wrote:
> >On Tue, Jan 17, 2017 at 12:46:21PM -0500, Denys Dmytriyenko wrote:
> >>Mikko,
> >>
> >>Are there any estimatest when this commit is finally coming?
> >>
> >>
> >>Currently, morty is broken for me because it doesn't have the corresponding
> >>QWaylandIntegration patch from master and Martin doesn't want to apply it,
> >>since Qt 5.7.1 is coming any day now. And while 5.7.1 is already in
> >>morty-next, it is also broken for me, because it points to a missing commit
> >>in qtwebengine, which is also coming any day now.
> >>
> >>I'd like to get unblocked on either of this issues ASAP, as it's been in the
> >>limbo for quite some time!
> >>
> >>
> >>Martin,
> >>
> >>Would you mind applying the old QWaylandIntegration patch to morty, while we
> >>are still waiting for 5.7.1 update to finalize? You already have the modified
> >>and squashed version for 5.7.1 in morty-next, so should be easy to rebase and
> >>merge it in the future... Please let me know, thanks.
> >ok, I've pushed your change from morty-next to morty.
> >
> >>--
> >>Denys
> >>
> >>
> >>On Mon, Jan 16, 2017 at 02:43:05PM +0200, Mikko Gronoff wrote:
> >>>This one commit was missing a merge from 5.7.1 branch to 5.7 but
> >>>it's coming very soon. The merge commit is already done, it's just a
> >>>matter of author submitting it in. Should be available very soon.
> >>>
> >>>-Mikko
> >>>
> >>>
> >>>On 01/14/2017 05:13 AM, Denys Dmytriyenko wrote:
> >>>>From: Denys Dmytriyenko <denys@ti.com>
> >>>>
> >>>>Previous commit used for 5.7.1 baseline is no longer available on 5.7 branch.
> >>>>
> >>>>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >>>>---
> >>>> recipes-qt/qt5/qtwebengine_git.bb | 2 +-
> >>>> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>>>
> >>>>diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
> >>>>index 4712441..210f791 100644
> >>>>--- a/recipes-qt/qt5/qtwebengine_git.bb
> >>>>+++ b/recipes-qt/qt5/qtwebengine_git.bb
> >>>>@@ -122,7 +122,7 @@ SRC_URI += " \
> >>>> file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
> >>>> "
> >>>>-SRCREV_qtwebengine = "9cc97f0c63049a8076476acc89c875c9e240abfb"
> >>>>+SRCREV_qtwebengine = "6766290699acd0d73c81cf690012d52729e518b9"
> >>>> # This is in git submodule, but we're using the latest in 49-based
> >>>> # SRCREV_chromium = "c109a95a067af783e48f93d1cdeca870cda98878"
> >>>> SRCREV_chromium = "b3c79e92f0a631273b639af171e59f4c367ae02e"
> >>>--
> >>>_______________________________________________
> >>>Openembedded-devel mailing list
> >>>Openembedded-devel@lists.openembedded.org
> >>>http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-01-18 20:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-14 3:13 [meta-qt5][morty-next][PATCH] qtwebengine: update SRCREV due to old commit no longer being available Denys Dmytriyenko
2017-01-16 12:43 ` Mikko Gronoff
2017-01-17 17:46 ` Denys Dmytriyenko
2017-01-18 1:27 ` Martin Jansa
2017-01-18 12:54 ` Mikko Gronoff
2017-01-18 20:55 ` Denys Dmytriyenko
2017-01-18 20:55 ` 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.