Re: [Interest] Qt5 toolchain for arm

2013-08-24 Thread Eric Nelson
On 08/24/2013 11:40 AM, Simone wrote: > Yes, you are right, > But in my case qt5 for ARM are built by yocto.. > This is a separate topic, but I'd like to understand how. I haven't seen Qt5 integrated, and the meta-qt5 package here seems very much a work in progress: https://github.com/met

Re: [Interest] Qt5 toolchain for arm

2013-08-24 Thread Fathi Boudra
On Sat, Aug 24, 2013 at 12:40 PM, Simone wrote: > Hello Thiago and thank you for the reply! > > The recipe meta-qt5 already exist and I've used it to build the qt5 > libraries for my ARM. > But the problem is the toolchain for qt5, seems that nobody has generate a > recipe for that at the moment.

Re: [Interest] Qt5 toolchain for arm

2013-08-24 Thread Simone
Hello Thiago and thank you for the reply! The recipe meta-qt5 already exist and I've used it to build the qt5 libraries for my ARM. But the problem is the toolchain for qt5, seems that nobody has generate a recipe for that at the moment. Without the toolchain, how i can cross-compile my qt5 app

Re: [Interest] Qt5 toolchain for arm

2013-08-23 Thread Thiago Macieira
On sexta-feira, 23 de agosto de 2013 23:14:15, Simone wrote: > Hello, > I have finished today to build my custom image with yocto, for our embedded > board (platform freescale imx53). In the image I've compiled successfully > the qt5.1.0 libraries (meta-qt5). > > Now the problem is: how I can deve