Re: [oe] [meta-browser] CFT: Chromium 62 in meta-browser

2017-11-10 Thread Ian Coolidge
Hi All, For what it's worth, I built this chromium62 for the nitrogen6x and I'm getting Alignment traps when loading webpages. Are there any obvious flags or compile options I'm missing here? I haven't tied debugging into this yet, which is my next step here. Just wanted to know if I was missing

[oe] [meta-oe PATCH] nghttp2: Move to meta-networking

2017-11-10 Thread Otavio Salvador
The nghttp2 depends on c-ares which is provided by meta-networking layer, so it should be moved there as well. Signed-off-by: Otavio Salvador --- {meta-oe => meta-networking}/recipes-support/nghttp2/nghttp2_1.26.0.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-oe => meta-

Re: [oe] [meta-browser] CFT: Chromium 62 in meta-browser

2017-11-10 Thread Trevor Woerner
Raphael, On Thu, Nov 9, 2017 at 11:28 AM, Raphael Kubo da Costa wrote: > There are 60 new commits in my "chromium62" branch This work is utterly *brilliant*! BRAVO! Thanks so much for sticking with it. > Possibly controversial issues: > - The ozone-wayland recipe has been removed (this is actua

[oe] [meta-qt5][PATCH] qtlocation: correct PACKAGECONFIG for mapboxgl

2017-11-10 Thread Samuli Piippo
Previous patch was removed, but PACKAGECONFIG was not changed to match the new feature flag. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtlocation_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb

[oe] [meta-qt5][PATCH] qt5: remove use of OE_QMAKE_WAYLAND_SCANNER

2017-11-10 Thread Samuli Piippo
This was never defined for nativesdk, which then broke sdk which had nativesdk-qtwayland included. Rather than add it there, remove its use everywhere, since it was not adding anything meaningful to the build. Signed-off-by: Samuli Piippo --- classes/qmake5_base.bbclass

Re: [oe] [meta-qt5][PATCH] gstreamer1.0-plugins-bad: add expansion parameter

2017-11-10 Thread Otavio Salvador
On Fri, Nov 10, 2017 at 5:11 AM, Samuli Piippo wrote: > The expansion is now again optional, but for brief time > it was required. Add the default value (True) so that > the layer can be used also with older oe-core versions. > > Signed-off-by: Samuli Piippo Nack! We shouldn't keep carrying the

[oe] [meta-qt5][PATCH] gstreamer1.0-plugins-bad: add expansion parameter

2017-11-10 Thread Samuli Piippo
The expansion is now again optional, but for brief time it was required. Add the default value (True) so that the layer can be used also with older oe-core versions. Signed-off-by: Samuli Piippo --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 4 ++-- 1 file changed, 2 inse