[oe] qt5: qtbase fails to populate SDK

2017-02-15 Thread Daniel Mack
Hi, I'm using poky from the morty branch and meta-qt5 layer from master-next for Qt5.8 support. While the image creation works fine, 'bitbake myimage -c populate_sdk' fails with error: qtbase-mkspecs-5.8.0+git0+49dc9aa409-r0 conflicts with /usr/bin/perl This is also the case after build/tmp was

Re: [oe] qt5: qtbase fails to populate SDK

2017-02-20 Thread Daniel Mack
On 02/16/2017 05:02 PM, Daniel Mack wrote: > On 02/16/2017 08:25 AM, Daniel Mack wrote: >> I'm using poky from the morty branch and meta-qt5 layer from master-next >> for Qt5.8 support. While the image creation works fine, 'bitbake myimage >> -c populate_sdk' fails with >&g

[oe] [meta-qt5][PATCH] qtbase: remove absolute binary paths from mkspec files

2017-02-23 Thread Daniel Mack
/devices.pl, which has #!/usr/bin/perl hardcoded. Fix this in a similar way other recipes do it as well and strip out these bits at install time. Signed-off-by: Daniel Mack <dan...@zonque.org> --- recipes-qt/qt5/qtbase_git.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-

Re: [oe] qt5: qtbase fails to populate SDK

2017-02-16 Thread Daniel Mack
On 02/16/2017 08:25 AM, Daniel Mack wrote: > I'm using poky from the morty branch and meta-qt5 layer from master-next > for Qt5.8 support. While the image creation works fine, 'bitbake myimage > -c populate_sdk' fails with > > error: qtbase-mkspecs-5.8.0+git0+49dc9aa409-r0 conflict

[oe] [meta-qt5][PATCH] qtwebengine: add PACKAGECONFIG for webrtc

2017-06-24 Thread Daniel Mack
Signed-off-by: Daniel Mack <dan...@zonque.org> --- recipes-qt/qt5/qtwebengine_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 74bbddf..5211e93 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/reci

Re: [oe] [meta-qt5] Support for v4l cameras in QtWebEngine

2017-05-22 Thread Daniel Mack
On 05/23/2017 03:30 AM, Otavio Salvador wrote: > On Mon, May 22, 2017 at 2:00 PM, Daniel Mack <dan...@zonque.org> wrote: >> Is anyone aware of any specific requirements or PACKAGECONFIG settings >> needed to add V4L support to web applications running inside a

[oe] [meta-qt5] Support for v4l cameras in QtWebEngine

2017-05-22 Thread Daniel Mack
Hi, Is anyone aware of any specific requirements or PACKAGECONFIG settings needed to add V4L support to web applications running inside a QtWebEngine widget? It seems that out-of-the-box, the list of available video devices is empty, and I wonder where to start digging. Thanks, Daniel --

[oe] [meta-oe][PATCH] meson: update to version 0.40.1

2017-05-23 Thread Daniel Mack
Signed-off-by: Daniel Mack <dan...@zonque.org> --- meta-oe/recipes-devtools/meson/{meson_0.37.1.bb => meson_0.40.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/meson/{meson_0.37.1.bb => meson_0.40.1.bb} (87%) diff --git a/meta-oe/reci

Re: [oe] [meta-oe][PATCH] meson: update to version 0.40.1

2017-05-24 Thread Daniel Mack
ils/143049/ Oh, sorry for that. I missed that other patch. I've asked upstream if there is a better solution so we don't have to touch meson in OE. If there isn't any, I'll port the patch. Thanks! Daniel > On Tue, May 23, 2017 at 2:34 PM, Daniel Mack <dan...@zonque.org > <mailt

Re: [oe] [meta-qt5] Support for v4l cameras in QtWebEngine

2017-05-25 Thread Daniel Mack
On 05/26/2017 02:28 AM, Otavio Salvador wrote: > Em 23 de mai de 2017 1:51 AM, "Daniel Mack" <dan...@zonque.org > <mailto:dan...@zonque.org>> escreveu: > > On 05/23/2017 03:30 AM, Otavio Salvador wrote: > > On Mon, May 22, 2017 at 2:00 PM, Daniel M

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Daniel Mack
On 05/31/2017 08:40 AM, Samuli Piippo wrote: > * adapt QtWebEngine recipe to use GN instead of GYP > * add QtRemoteObjects as a new Qt module > * update available QtBase configure arguments > * remove obsolete patches > * patch all .pc files to remove build paths > * include generated QML cache

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Daniel Mack
On 06/01/2017 02:35 PM, Samuli Piippo wrote: > Parts of the chromium is built for the host and requires gcc-multilib to > be installed when building on a x64 host. I should have noted that in > commit message. > > My /usr/bin/cc is a symlink to gcc Hmm, same here, but that's not the case when

Re: [oe] [meta-qt5][PATCH] Upgrade to Qt 5.9.0

2017-06-01 Thread Daniel Mack
On 06/01/2017 03:16 PM, Samuli Piippo wrote: > On 01.06.2017 15:57, Daniel Mack wrote: >> On 06/01/2017 02:35 PM, Samuli Piippo wrote: >>> Parts of the chromium is built for the host and requires gcc-multilib to >>> be installed when building on a x64 host. I should ha

Re: [oe] [meta-qt5][PATCH] meta-qt5: Update to 5.9.2 release

2017-10-24 Thread Daniel Mack
Hi, On Sunday, October 15, 2017 08:27 PM, Martin Jansa wrote: > From: Herman van Hazendonk > > Signed-off-by: Herman van Hazendonk > --- > .../libconnman-qt/libconnman-qt5_git.bb| 4 +-- >

[oe] [meta-qt5][PATCH] Bump to Qt 5.9.3

2017-11-22 Thread Daniel Mack
Drop one qwebengine patch that went upstream. Signed-off-by: Daniel Mack <dan...@zonque.org> --- recipes-qt/qt5/qt3d_git.bb | 2 +- recipes-qt/qt5/qt5-git.inc | 2 +- recipes-qt/qt5/qtbase-native_git.bb| 2 +- recipes-

[oe] [meta][PATCH] connman: bump to version 1.35

2017-11-13 Thread Daniel Mack
Two patches are no longer needed, remove them. Signed-off-by: Daniel Mack <dan...@zonque.org> --- ...ll-nftables-fix-build-with-libnftnl-1.0.7.patch | 72 -- .../connman/connman/CVE-2017-12865.patch | 87 -- .../connman/{connman_1

Re: [oe] [meta-qt5] Exec format error while building webengine 5.9 (rocko branch)

2017-11-08 Thread Daniel Mack
On Tuesday, October 31, 2017 11:11 AM, Carlos Rafael Giani wrote: > I am having problems building the current WebEngine. Initially, it > builds some tools. It seems that it does so by using the cross compiler, > and not the host one, which could explain the problem I experience: > > > Once GN

[oe] [meta-qt5][PATCH] qtwebengine: make test suite succeed

2017-10-24 Thread Daniel Mack
-conditional.patch new file mode 100644 index 000..8b82010 --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/0005-tests-make-accessibility-tests-conditional.patch @@ -0,0 +1,37 @@ +From 006f08373cbaa8485311f491ab8e67433c0e9ad6 Mon Sep 17 00:00:00 2001 +From: Daniel Mack <dan...@zonque.org>

Re: [oe] [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY

2017-10-24 Thread Daniel Mack
Hi, On Saturday, October 21, 2017 12:54 AM, Martin Jansa wrote: > Either this or the ptest change seems to cause: > http://errors.yoctoproject.org/Errors/Details/157417/ FTR, I see the same error locally. Reverting both 8fd20e8b1 ("nativesdk-qtbase Enable objcopy for qmake") and 5ec6b97a8

[oe] [meta-qt5][PATCH resend] qtwebengine: make test suite succeed

2017-10-24 Thread Daniel Mack
Make the qtwebengine test suite succeed when Qt was built without accessibility features. Upstream bug report: https://bugreports.qt.io/browse/QTBUG-64015 Signed-off-by: Daniel Mack <dan...@zonque.org> --- ...ests-make-accessibility-tests-conditional.patch | 37 ++ r

Re: [oe] [meta-browser] Modern Chromium with GN

2017-10-28 Thread Daniel Mack
On Friday, October 27, 2017 11:19 AM, Jacobo Aragunde PĂ©rez wrote: > On 27/10/17 10:49, Daniel Mack wrote: >> >> I'd like to give Chromium 62 a shot on arm64, but the recipes currently >> only support x11, is that correct? My platform is based on wayland, any &

Re: [oe] [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY

2017-10-26 Thread Daniel Mack
On Thursday, October 26, 2017 03:36 PM, Denys Dmytriyenko wrote: > On Thu, Oct 26, 2017 at 03:07:36PM +0200, Daniel Mack wrote: >> On Thursday, October 26, 2017 02:55 PM, Denys Dmytriyenko wrote: >>> On Tue, Oct 24, 2017 at 03:33:10PM +0200, Daniel Mack wrote: >>>

Re: [oe] [meta-browser] Modern Chromium with GN

2017-10-27 Thread Daniel Mack
Hi, On Wednesday, October 11, 2017 05:00 PM, Raphael Kubo da Costa wrote: > Trevor Woerner writes: >> Hi Raphael, >> >> On Tue, Oct 10, 2017 at 3:10 PM, Kubo Da Costa, Raphael >> wrote: >>> On Tue, 2017-10-10 at 14:28 -0400, Trevor Woerner

Re: [oe] [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY

2017-10-26 Thread Daniel Mack
On Thursday, October 26, 2017 02:55 PM, Denys Dmytriyenko wrote: > On Tue, Oct 24, 2017 at 03:33:10PM +0200, Daniel Mack wrote: >> Hi, >> >> On Saturday, October 21, 2017 12:54 AM, Martin Jansa wrote: >>> Either this or the ptest change seems to cause: >>>

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Daniel Mack
On Wednesday, June 20, 2018 01:29 PM, Martin Jansa wrote: On Wed, Jun 20, 2018 at 12:50:52PM +0200, Daniel Mack wrote: On Wednesday, June 20, 2018 12:36 PM, Martin Jansa wrote: It's already in meta-qt5/master with couple fixes on top of that. Ah, sorry. For some reason, I only looked

[oe] [meta-qt5][PATCH] qt5: bump libconnman-qt5 to 1.2.7

2018-04-10 Thread Daniel Mack
Signed-off-by: Daniel Mack <dan...@zonque.org> --- recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb b/recipes-connectivity/libconnman-qt/libconnman-qt5_

Re: [oe] [meta-qt5][rocko][WIP][PATCH] qt5: upgrade to 5.9.5

2018-04-12 Thread Daniel Mack
On Thursday, April 12, 2018 03:35 PM, Martin Jansa wrote: > * use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5 > branch which might get removed in future I was told > > Signed-off-by: Martin Jansa I'm getting the following errors with this patch:

[oe] [meta-qt5][PATCH] Remove license files that were dropped in 5.9.5

2018-04-12 Thread Daniel Mack
See upstream commits: https://code.qt.io/cgit/qt/qtquickcontrols.git/commit/?h=5.9.5=a843884697602891d21b9f9bc62603548dd6a6b8 https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?h=5.9.5=81dd12388d67f6b2be253ea831b876c8dec2dca5 Signed-off-by: Daniel Mack <dan...@zonque.org> --- Marti

Re: [oe] [meta-qt5][PATCH] Remove license files that were dropped in 5.9.5

2018-04-13 Thread Daniel Mack
On Thursday, April 12, 2018 11:21 PM, Martin Jansa wrote: > Included in rocko-next and jansa/rocko branches now, thanks. qtdeclarative needs a bump as well ... diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 827745d..0f1a30f 100644 ---

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Daniel Mack
Hi Samuli, I tried to give this patch a try but failed to find a base to apply it against. Is there a public git tree that has these commits? Thanks, Daniel On Tuesday, May 29, 2018 11:25 AM, Samuli Piippo wrote: Add recipes for Qt OPC UA and Qt WebGL platform plugin. ---

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Daniel Mack
On Wed, Jun 20, 2018 at 12:12 PM Daniel Mack <mailto:dan...@zonque.org>> wrote: Hi Samuli, I tried to give this patch a try but failed to find a base to apply it against. Is there a public git tree that has these commits? Thanks, Daniel On Tuesday, May 29