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

2017-02-20 Thread Jacobo Aragunde Pérez
Hi Martin, On 15/02/17 19:39, Martin Jansa wrote: > It still fails for qemux86 as reported in: > http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111221.html > > can someone please look into it? Let me take a look along this week. Thanks for the heads-up. Best, --

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

2017-02-15 Thread Martin Jansa
It still fails for qemux86 as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111221.html can someone please look into it? On Wed, Feb 15, 2017 at 7:17 PM, Jacobo Aragunde Pérez wrote: > Hi everyone! > > The patch in this thread has

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

2017-02-15 Thread Jacobo Aragunde Pérez
Hi everyone! The patch in this thread has been recently merged. Thanks for your review! On 02/02/17 16:33, Herve Jourdain wrote: > Hi Jacobo, > > OK, I will send those extra patched to the meta-raspberry list tomorrow then. > Sorry to ping you again on this, Herve O:-) I haven't found your

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

2017-02-09 Thread Jacobo Aragunde Pérez
Hi again! I've finally been able to reproduce the problem and acknowledge the patch fixes it. It should affect any build that doesn't contain X11 libs, in my case it was the GENIVI platform for a Minnowboard. I don't even know how I didn't trigger it before. Best, -- Jacobo Aragunde Software

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 wrote: > >> On 02/02/17 13:46, Herve Jourdain wrote: >> Hi Jacobo, >> >> I'm using "master", and I do have patches for

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

2017-02-02 Thread Jacobo Aragunde Pérez
On 02/02/17 13:46, Herve Jourdain wrote: > Hi Jacobo, > > I'm using "master", and I do have patches for enabling armv7ve. But since > they're needed only for raspberrypi, I planned to submit them only for > meta-raspberrypi. > If you think it could be useful in meta-browser, though, I can submit

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' ;

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

2017-02-02 Thread Herve Jourdain
Hi Jacobo, I'm using "master", and I do have patches for enabling armv7ve. But since they're needed only for raspberrypi, I planned to submit them only for meta-raspberrypi. If you think it could be useful in meta-browser, though, I can submit them there. Cheers, Herve -Original

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

2017-02-02 Thread Jacobo Aragunde Pérez
Thank you all for your reviews. This should be the last patch, it addresses Herve's problem when building on a Raspberry Pi. Unfortunately, I haven't been able to reproduce his problem myself, but this patch is actually a backport of an upstream patch, so it makes no harm in my opinion. Another

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

2017-02-02 Thread Jacobo Aragunde Pérez
Certain build configurations enable a code path that includes keyboard_code_conversion_xkb.cc, but it eventually fails in non-X11 environments because of a missing patch that is present upstream. This commit adds the missing patch from https://codereview.chromium.org/2239833003 There are two