Re: [oe] [meta-browser][PATCH v2] chromium-wayland: update to 53.0.2785.14

2017-01-27 Thread Julien Brianceau (jbriance)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Khem Raj > Sent: vendredi 27 janvier 2017 02:47 > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

Re: [oe] [meta-browser] Chromium crash start the test www.html5test.com

2016-11-14 Thread Julien Brianceau (jbriance)
Hi, Do you have a callstack or any debug information about this crash ? Julien -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Flavio Suligoi Sent: vendredi 11 novembre 2016 12:18 To:

Re: [oe] QT5 application NOT generating core dump upon receiving segmentation fault

2015-12-15 Thread Julien Brianceau (jbriance)
Hi, What exact version of Qt5 and which Qt QPA platform do you use with your kit ? A quick grep shows this: http://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qcrashhandler.cpp?h=5.5#n409, it could explain your issue if it is called. Julien -Original Message- From:

Re: [oe] QT5 application NOT generating core dump upon receiving segmentation fault

2015-12-15 Thread Julien Brianceau (jbriance)
NOT generating core dump upon receiving segmentation fault Hi, I am using Qt5.4.1 with eglfs QPA. Is there a way to avoid qt signal handler during compilation ? I would like avoid patching Qt code. Thanks Ankur On 16-Dec-2015 12:00 am, "Julien Brianceau (jbriance)" <jbria...@cis

Re: [oe] Build Qt5 with X11 backend for EGLFS

2015-12-15 Thread Julien Brianceau (jbriance)
Hi, >From what I see, you just need to define EGLFS_PLATFORM_HOOKS_LIBS. Your do_configure_prepend() should look like this: do_configure_prepend() { cat >> ${S}/mkspecs/linux-oe-g++/qmake.conf

Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism

2015-11-12 Thread Julien Brianceau (jbriance)
I've added -j in http://patches.openembedded.org/patch/100133/, because chromium recipe wasn't fair to other recipes. For instance, if bitbake is processing 8 compile tasks (incl. chromium) in parallel on a 24 cores machine, 7 recipes will be compiled with -j${BB_NUMBER_THREADS} whereas chromium

Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism

2015-11-12 Thread Julien Brianceau (jbriance)
@lists.openembedded.org Subject: Re: [oe] [meta-browser][PATCH 1/2] cef3: use PARALLEL_MAKE to control build parallelism On Thu, Nov 12, 2015 at 10:26 AM, Julien Brianceau (jbriance) <jbria...@cisco.com> wrote: > I've added -j in http://patches.openembedded.org/patch/100133/, because > chromium recipe

Re: [oe] [meta-browser] Recipes draft for Chromium V45 and V47

2015-10-13 Thread Julien Brianceau (jbriance)
Hi, > It still needs some cleanup before upstream, comments are welcome. I think it would be great to take the opportunity to clarify license declaration in chromium recipes. Currently, LICENSE is set to BSD only for chromium recipes, through chromium.inc file. Archives from

[oe] [meta-qt5][PATCH] qt3d: Remove GFDL-1.3 DIGIA-TPLA-2.4 from LICENSE list

2015-08-28 Thread Julien Brianceau (jbriance)
* qt3d is not a technical preview anymore since 5.5 * Take the opportunity to update TPLA license, using LICENSE.PREVIEW.COMMERCIAL file from qtbase Signed-off-by: Julien Brianceau jbria...@cisco.com --- .../{DIGIA-TPLA-2.4 = The-Qt-Company-TPLA-2.4}| 226 +++--

[oe] [meta-qt5][PATCH] qt5: Update LGPL-Exception in LICENSE list

2015-08-26 Thread Julien Brianceau (jbriance)
* Since 5.5, Qt modules (except qtimageformats) have moved from Digia to The Qt Company in their LGPL_Exception file * qtwebkit-examples doesn't include a LGPL Exception file, so remove it from LICENSE list Signed-off-by: Julien Brianceau jbria...@cisco.com ---

[oe] [meta-qt5][PATCH] qtquickcontrols: Remove LGPL-2.1 from LICENSE list

2015-08-25 Thread Julien Brianceau (jbriance)
* LGPLv21 has been removed since 5.5 release Signed-off-by: Julien Brianceau jbria...@cisco.com --- recipes-qt/qt5/qtquickcontrols_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/qtquickcontrols_git.bb index

[oe] [meta-browser][PATCH] chromium, cef: Set BB_NUMBER_THREADS jobs for ninja

2015-08-12 Thread Julien Brianceau (jbriance)
Do not let ninja choose the number of jobs to run in parallel. Signed-off-by: Julien Brianceau jbria...@cisco.com --- recipes-browser/chromium/cef3_280796.bb | 2 +- recipes-browser/chromium/chromium_40.0.2214.91.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-qt5][PATCH] qtbase-native: speed up configure task

2015-05-05 Thread Julien Brianceau (jbriance)
* Use parallel make to speed up build of qmake during configure task * Take the opportunity to use clean configure parameters to use opensource license instead of (echo o; echo yes) | trick. Signed-off-by: Julien Brianceau jbria...@cisco.com --- recipes-qt/qt5/qtbase-native.inc | 2 +- 1 file

Re: [oe] [meta-qt5][PATCH] qt5-git, qtbase, qt5everywheredemo: use https protocol for gitorious

2015-03-09 Thread Julien Brianceau (jbriance)
Wouldn't be better to move to http://code.qt.io/ ? This is the new place where Qt repositories are hosted, and it supports git:// protocol. Julien -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On

[oe] [meta-qt5][PATCH] qtbase: Add gcc to QMAKE_COMPILER variable.

2015-01-02 Thread Julien Brianceau (jbriance)
According to mkspecs/features/spec_post.prf, QMAKE_COMPILER variable should at least contain gcc for linux-oe-g++ platform. This patch fixes a crash issue in QtWebKit introduced in v5.4.0 by: https://qt.gitorious.org/qt/qtwebkit/commit/34d4628b981add039a9a349723cbdff1dadca144 Signed-off-by:

[oe] [meta-qt5][PATCH] qtbase: Add gcc to QMAKE_COMPILER variable.

2014-12-31 Thread Julien Brianceau (jbriance)
According to mkspecs/features/spec_post.prf, QMAKE_COMPILER variable should at least contain gcc for linux-oe-g++ platform. This patch fixes a crash issue in QtWebKit introduced in v5.4.0 by: https://qt.gitorious.org/qt/qtwebkit/commit/34d4628b981add039a9a349723cbdff1dadca144 ---