Re: [oe] [meta-python][PATCH] python-m2crypto: Move swig fix to configure task

2018-08-10 Thread Ian Coolidge
Thanks for this, this fixes that recipe. On Tue, Aug 7, 2018 at 4:01 PM, Alex Kiernan wrote: > From: Alex Kiernan > > Fixes: > > | DEBUG: Executing shell function do_configure > ... > | SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h' > | error: command 'swig' failed with exit status

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

2017-11-28 Thread Ian Coolidge
The chromium-imx patches don't apply cleanly since chromium52. Also patching chromium52 properly to compile and use chromium-imx on Rocko also has it's issues, I've got a build for that currently but SSL handshaking is broken somehow. I need to debug it more but its a large task. On Tue, Nov 28,

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

2017-11-27 Thread Ian Coolidge
I'm not sure this build has been tested on Pyro. I'd use Rocko or master when building this chromium. I've built this on Rocko on the imx6 just fine. Granted it doesn't work properly right now for me, but it built fine. On Thu, Nov 23, 2017 at 2:22 AM, Ayoub Zaki

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

2017-11-13 Thread Ian Coolidge
Nevermind, found it. I'll test that. On Mon, Nov 13, 2017 at 1:51 PM, Ian Coolidge <i...@boundarydevices.com> wrote: > Where is this commit? I don't see 568227133be3f9f015679df3525f6c4f86304fd0 > in meta-browser? > > On Sat, Nov 11, 2017 at 9:25 AM, Otavio Salvado

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

2017-11-13 Thread Ian Coolidge
Where is this commit? I don't see 568227133be3f9f015679df3525f6c4f86304fd0 in meta-browser? On Sat, Nov 11, 2017 at 9:25 AM, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Fri, Nov 10, 2017 at 10:10 PM, Ian Coolidge <i...@boundarydevices.com> > wrote: >

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

2017-11-10 Thread Ian Coolidge
something obvious. Thanks! -Ian Coolidge On Fri, Nov 10, 2017 at 11:49 AM, Trevor Woerner <twoer...@gmail.com> wrote: > Raphael, > > On Thu, Nov 9, 2017 at 11:28 AM, Raphael Kubo da Costa > <raphael.kubo.da.co...@intel.com> wrote: > > There are 60 new com

Re: [oe] [meta-browser] calling all chromium recipe users

2017-03-31 Thread Ian Coolidge
Chromium and Chromium-Wayland on IMX platform Chromium is working great, although chromium-imx hasn't been updated yet for the later 53.x versions as the patches for graphics need to be updated. Chromium-Wayland hasn't worked in any of it's versions, or on wayland on IMX in general for some

[oe] [meta-browser] chromium-wayland touch not working

2016-10-27 Thread Ian Coolidge
Hi All, I've built essentially core-image-weston with chromium-wayland on Yocto Krogoth and touch isn't working on the chromium browser. Is there some setting or configuration I'm missing? Touch is working just fine on the wayland desktop, just not on chromium-wayland. Thanks for any help! -Ian

Re: [oe] [meta-browser] Browser blacklists

2016-06-17 Thread Ian Coolidge
> > I ran into this as well and had to spend some time figuring out how to get > around it. How'd you get around it? On Thu, Jun 16, 2016 at 6:32 AM, Davis, Michael wrote: > I ran into this as well and had to spend some time figuring out how to get > around it. >

[oe] [meta-browser][PATCH] firefox: Fix QA Issue: non debug package contains .debug directory

2016-04-11 Thread Ian Coolidge
Signed-off-by: Ian Coolidge <i...@boundarydevices.com> --- recipes-mozilla/firefox/firefox_38.6.1esr.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-mozilla/firefox/firefox_38.6.1esr.bb b/recipes-mozilla/firefox/firefox_38.6.1esr.bb index 951109d..f2e9726 100644 --- a/r

[oe] [meta-browser] chromium segfault and "Debug" CHROMIUM_BUILD_TYPE fails to build

2015-12-08 Thread Ian Coolidge
All, I'm attempting to build chromium in the latest Yocto Jethro environment (GCC 5.2). There have been recent patches to fix compiler errors from GCC5.2 but I chromium isn't being built properly. I'm building for the Nitrogen6x. root@nitrogen6x:~# export >

Re: [oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-12-01 Thread Ian Coolidge
Yes. Building through Yocto Jethro, uses GCC 5.2 On Tue, Dec 1, 2015 at 12:05 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Mon, Nov 30, 2015 at 11:17 PM, Ian Coolidge <i...@boundarydevices.com> > wrote: > > I'm getting segfaults when I run google-chrome on my nitr

Re: [oe] [meta-browser][PATCH] chromium: fix gcc5 compile issues

2015-11-30 Thread Ian Coolidge
I'm getting segfaults when I run google-chrome on my nitrogen6x after the new updates. Compiles great, just segfaults. Anyone else noticing similar problems? I'll be digging into it more, thought I'd reach out first though. Thanks, -Ian On Fri, Nov 6, 2015 at 11:58 AM, Otavio Salvador <

Re: [oe] [meta-browser] chromium libffmpeg

2015-11-03 Thread Ian Coolidge
I actually tried that already. Didn't work. Passing LD_LIBRARY_PATH=/usr/lib/chromium doesn't work either. On Tue, Nov 3, 2015 at 6:13 PM, Khem Raj <raj.k...@gmail.com> wrote: > > > On Nov 3, 2015, at 5:50 PM, Ian Coolidge <i...@boundarydevices.com> > wrot

[oe] [meta-browser] chromium libffmpeg

2015-11-03 Thread Ian Coolidge
missing here? Thanks! -Ian Coolidge -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-browser] chromium libffmpeg

2015-11-03 Thread Ian Coolidge
\ > --enable-file-cookies \ > " > /usr/bin/chromium/chrome ${CHROME_EXTRA_ARGS} $@ and with this simple vid.html as the page source: > > > > > > > Thoughts? Thanks! -Ian On Tue, Nov 3, 201

[oe] [meta-qt5][jethro][PATCH] qtbase: Fix host user contamination

2015-10-29 Thread Ian Coolidge
] ` Signed-off-by: Ian Coolidge <i...@boundarydevices.com> --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 4cffccf..19de7df 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-

Re: [oe] [meta-qt5][jethro][PATCH] qtbase: Fix host user contamination

2015-10-29 Thread Ian Coolidge
> On Fri, Oct 30, 2015 at 12:06 AM, Ian Coolidge <i...@boundarydevices.com> > wrote: > > > The copy must not use the host user when copying for packaging. > > Error fixed: > > , > > | WARNING: QA Issue: qtbase: /qtbase-dev/usr/lib/libqtfreetype.prl is &