Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-14 Thread Paul Eggleton
On Monday 13 July 2015 20:04:42 Martin Jansa wrote: On Mon, Jul 13, 2015 at 05:38:59PM +0100, Paul Eggleton wrote: On Monday 13 July 2015 16:18:55 Pampolini Matteo wrote: It was also my idea to override QT_PHONON variable inside my .bbappend file, but the fact is that this does not

[yocto] (no subject)

2015-07-14 Thread Alvaro Martinez Tovar
Dear all,I am working with Qt5.5.0 and QtCreator 3.4.2 open source. On the hardware side I work with a i.MX6 sabre platform for smart devices.As a first aproach, after having created the image fsl-image-qt5 correctly (I think), I would like to run different examples by cross compiling and

[yocto] Seeking feedback on great results with OpenOCD and a multi-core Yocto BSP / Dev board...

2015-07-14 Thread Bob Cochran
Hi, Looking through the OpenOCD mail lists, I see that a lot of people get some basic access with various ARM-based SoCs but seem to have various problems with multi-core or stability / reset issues. I would greatly appreciate finding out about excellent results with OpenOCD and any

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-14 Thread Pampolini Matteo
Many many thanks to all of you for your support, I tried what you suggested and it works fine! Regards, Matteo From: Paul Eggleton paul.eggle...@linux.intel.com Sent: Tuesday, July 14, 2015 10:06 AM To: Martin Jansa Cc: Pampolini Matteo;

Re: [linux-yocto] [PATCH] yaffs2: fix memory leak in mount/umount

2015-07-14 Thread czou
On 2015年07月15日 01:56, Bruce Ashfield wrote: On 2015-07-12 09:48 PM, cao@windriver.com wrote: Hello! This is a kmemleak patch to fix the kemeleak after mount/umount when using yaffs filesystem. the change looks good. I'm tied up with updating to the 4.1 kernel and some other updates to

[yocto] overriding install in recipe for nativesdk

2015-07-14 Thread Marcin Krzemiński
Hello, Currently in our yocto layer there is a recipe for u-boot that also produce mkimage binary for host, I would like to have mkimage in SDK. Now, there is a separate recipe in yocto to do that, but I am wondering is it possible in some way to override install function for nativesdk. Then I