[oe] [meta-qt5][PATCH] Add armv7ve in the supported MACHINES for qtwebengine

2016-03-07 Thread Herve Jourdain
ARM CortexA7 is now defined as armv7ve. Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr <mailto:herve.jourd...@neuf.fr> > --- --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb @@ -47,6 +47,7 @@ COMPATIBLE_MACHINE_x86 = "(.*)" COM

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

2017-01-31 Thread Herve Jourdain
idea, so I'll wait for his blessing :) > > Best, > -- > Jacobo Aragunde > Software Engineer at Igalia > >>> >>> [1] https://codereview.chromium.org/2239833003/#ps1 >>> >>> Thank you all, >>> -- >>> Jacobo Aragunde >>> Software En

Re: [oe] [meta-browser][PATCH] chromium-wayland: fix compilation problem on non-X11 builds

2017-02-02 Thread Herve Jourdain
al Message- From: Jacobo Aragunde Pérez [mailto:jaragu...@igalia.com] Sent: jeudi 2 février 2017 13:30 To: openembedded-devel@lists.openembedded.org Cc: ota...@ossystems.com.br; Herve Jourdain <herve.jourd...@neuf.fr> Subject: Re: [meta-browser][PATCH] chromium-wayland: fix compilation pro

Re: [oe] [meta-browser][PATCH] chromium-wayland: fix compilation problem on non-X11 builds

2017-02-02 Thread Herve Jourdain
And BTW, I'll try to test your patch tomorrow - I'm back now, so I'll have access to my build server. -Original Message- From: Herve Jourdain [mailto:herve.jourd...@neuf.fr] Sent: jeudi 2 février 2017 13:47 To: 'Jacobo Aragunde Pérez' <jaragu...@igalia.com>; 'openembedded

Re: [oe] [meta-browser][PATCH] chromium-wayland: fix compilation problem on non-X11 builds

2017-02-02 Thread Herve Jourdain
Hi Jacobo, OK, I will send those extra patched to the meta-raspberry list tomorrow then. Cheers, Herve > On 2 Feb 2017, at 21:28, Jacobo Aragunde Pérez <jaragu...@igalia.com> wrote: > >> On 02/02/17 13:46, Herve Jourdain wrote: >> Hi Jacobo, >> >> I'm u

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

2017-01-28 Thread Herve Jourdain
>>> To: openembedded-devel@lists.openembedded.org >>> Subject: Re: [oe] [meta-browser][PATCH v2] chromium-wayland: update to >>> 53.0.2785.14 >>> >>> >>> >>>> On 1/25/17 9:50 PM, Herve Jourdain wrote: >>>> Hi Jacob, &

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

2017-01-25 Thread Herve Jourdain
Hi Jacob, I've been able to compile chromium-wayland 53.0.2785.14 on RaspberryPi, with Wayland only (no X11), BUT I had to add an additional patch for it to work, or else I get an error in ui/events/keycodes/keyboard_code_conversion_xkb.cc. I'm using VC4, which has a DRM/KMS interface (it seems

[oe] [meta-qt5][PATCH] Minor improvements: configure complains it can't find oe-device-extra.pri, and add libxkbcommon in the dependencies

2017-01-19 Thread Herve Jourdain
During configure, it complains it can't find oe-device-extra.pri, but it doesn't result in any error. Fix it, though, just in case. In qtwayland, xkb should be optional, but it's not for the moment, so add it to the dependencies. Signed-off-by: Herve Jourdain <herve.jourd...@neuf

Re: [oe] ***SPAM*** Re: [meta-qt5][PATCH] Minor improvements: configure complains it can't find oe-device-extra.pri, and add libxkbcommon in the dependencies

2017-01-20 Thread Herve Jourdain
:07 AM, Herve Jourdain <herve.jourd...@neuf.fr> wrote: > During configure, it complains it can't find oe-device-extra.pri, but it doesn't result in any error. Fix it, though, just in case. > In qtwayland, xkb should be optional, but it's not for the moment, so add it to the dependencies. D

[oe] [meta-oe][PATCH 0/1] v4l-utils: add support for "native" build

2016-10-18 Thread Herve Jourdain
Herve Jourdain (1): Add support for "native" build (dvb-format-convert can be used in other packages, for instance) PARALLEL_MAKE is disabled for native because of a race condition between libv4l2 and v4l2convert when installing (because of relinking needed for both) meta-

[oe] [meta-multimedia][PATCH 0/1] dvb-apps: fix recipe, and update to the latest version

2016-10-18 Thread Herve Jourdain
original scan tables (not maintained anymore), so fetch and install the latest ones (using dvb api v3 format)(introduces a dependency on v4l-utils-native) Herve Jourdain (1): Fix recipe, and update to the latest version .../recipes-dvb/dvb-apps/dvb-apps_1.1.1.bb | 26 ++

[oe] [meta-multimedia][PATCH 1/1] dvb-apps: fix recipe, and update to the latest version

2016-10-18 Thread Herve Jourdain
original scan tables (not maintained anymore), so fetch and install the latest ones (using dvb api v3 format)(introduces a dependency on v4l-utils-native) Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- .../recipes-dvb/dvb-apps/dvb-apps_1.1.1.bb | 26

[oe] [meta-oe][PATCH 1/1] v4l-utils: add support for "native" build

2016-10-18 Thread Herve Jourdain
Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> --- meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb

Re: [oe] ***SPAM*** Re: [meta-oe][PATCH 1/1] v4l-utils: add support for "native" build

2016-10-19 Thread Herve Jourdain
quot;native" build On Tue, Oct 18, 2016 at 1:10 AM, Herve Jourdain <herve.jourd...@neuf.fr> wrote: > Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> > --- > meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.10.1.bb | 3 +++ > 1 file changed, 3 insertions(+) > > di

Re: [oe] ***SPAM*** [PATCH] chromium: enable aarch64 support

2017-04-09 Thread Herve Jourdain
Hi, And in more recent / GN based versions of Chromium, no specific patch is even needed, as aarch64 is "natively" supported by the codebase. I guess recipes for those will come soon, since it seems several different persons/groups came with their own flavor of GN build... Cheers, Herve