Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-27 Thread Eric Bénard
Hello Alfonso, Le Wed, 27 Nov 2013 01:02:02 -0600, Alfonso Tamés a écrit : > This is great news! Can you post your complete local.conf and bblayers.conf > files? > > I can’t believe that in the end it was so easy. > that's easy : you remove x11 (and wyaland if you have it by default). qt5 was

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-26 Thread Alfonso Tamés
Hello Simone, This is great news! Can you post your complete local.conf and bblayers.conf files? I can’t believe that in the end it was so easy. Cheers! Alfonso > Hello Marco, > Today i got qt5 working. > > No patch applied, just add: > > IMAGE_INSTALL_append = " qtbase-fonts " in addition

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-26 Thread Marco
Il 26/11/2013 21:16, Simone ha scritto: Hello Marco, Today i got qt5 working. No patch applied, just add: IMAGE_INSTALL_append = " qtbase-fonts " in addition to other packages in your .bb file DISTRO_FEATURES_remove = "x11 wayland" in your local.conf. With these two lines i got qt compiled and

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-26 Thread Simone
Hello Marco, Today i got qt5 working. No patch applied, just add: IMAGE_INSTALL_append = " qtbase-fonts " in addition to other packages in your .bb file DISTRO_FEATURES_remove = "x11 wayland" in your local.conf. With these two lines i got qt compiled and all examples working. No other changes.

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-25 Thread Sébastien Taylor
The fonts are installed using the package qtbase-fonts. I’m not sure about the missing links you referred to. The first failure is because Qt is defaulting to attempting to connect to an X11 display which fails. The failure to use eglfs I don’t have an answer to but it seems Qt5 is simply not

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-25 Thread Marco
Il 24/11/2013 17:39, Otavio Salvador ha scritto: On Sun, Nov 24, 2013 at 2:13 PM, Marco wrote: Il 17/11/2013 20:53, Alfonso Tamés ha scritto: Using a wand board quad with the LCD display from Future Electronics, I am building qt5 using the master branch by cloning meta-qt5 in the sources dir

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-24 Thread Alfonso Tamés
Marco, Can you run bitbake with the -v switch so we can see exactly what’s the error. Regards, Alfonso ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-24 Thread Otavio Salvador
On Sun, Nov 24, 2013 at 2:13 PM, Marco wrote: > Il 17/11/2013 20:53, Alfonso Tamés ha scritto: > >> >> Using a wand board quad with the LCD display from Future Electronics, I am >> building qt5 using the master branch by cloning meta-qt5 in the sources >> directory, adding the directory in conf/bb

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-24 Thread Marco
Il 17/11/2013 20:53, Alfonso Tamés ha scritto: Using a wand board quad with the LCD display from Future Electronics, I am building qt5 using the master branch by cloning meta-qt5 in the sources directory, adding the directory in conf/bblayers.conf and adding this in the conf/local.conf: IMAG

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-21 Thread Sébastien Taylor
But do you remember what specific versions and configurations you were using? Also how exactly are you defining no x11 in distro flags? Do you mean not adding it or is there a way to specifically block it? Here’s the exact procedure I can follow today showing that it does not work. It’s poss

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-21 Thread Eric Bénard
Hi Sébastien, Le Wed, 20 Nov 2013 17:34:15 -0700, Sébastien Taylor a écrit : > Could anyone comment on that has actually been tested and is expected to work > in regards to Qt5 on i.MX6 Yocto? X11 is said to be untested and causes > compilation issues (eglvivante.h includes X.h whose #define

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-20 Thread Sébastien Taylor
Could anyone comment on that has actually been tested and is expected to work in regards to Qt5 on i.MX6 Yocto? X11 is said to be untested and causes compilation issues (eglvivante.h includes X.h whose #define None 0L breaks qurl.h). Framebuffer doesn’t appear supported as this thread demonstr

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-18 Thread Alfonso Tamés
On Nov 18, 2013, at 3:58 AM, Alfonso Tamés wrote: > > Has anyone managed to get Qt5 running without X11? > yes just before dora was released. Thas was with oe-core + meta-oe + meta-fsl-arm and x11 removed from the DISTRO FLAGS and opengl added to DISTRO FLAGS.

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-18 Thread Eric Bénard
Hi, Le Mon, 18 Nov 2013 03:14:15 -0600, Alfonso Tamés a écrit : > >> > >> Has anyone managed to get Qt5 running without X11? > >> > > yes just before dora was released. > > Thas was with oe-core + meta-oe + meta-fsl-arm and x11 removed from the > > DISTRO FLAGS and opengl added to DISTRO FLAGS

Re: [meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-18 Thread Eric Bénard
Hi, Le Sun, 17 Nov 2013 13:53:52 -0600, Alfonso Tamés a écrit : > > Using a wand board quad with the LCD display from Future Electronics, I am > building qt5 using the master branch by cloning meta-qt5 in the sources > directory, adding the directory in conf/bblayers.conf and adding this in t

[meta-freescale] Error 0x300b in Qt5 applications with EGLFS

2013-11-17 Thread Alfonso Tamés
Using a wand board quad with the LCD display from Future Electronics, I am building qt5 using the master branch by cloning meta-qt5 in the sources directory, adding the directory in conf/bblayers.conf and adding this in the conf/local.conf: IMAGE_INSTALL_append = " qtbase qtbase-plugins qtbase