Hi, I had build a little self made Qt App with poky for an ARM target and had the same issue. I'm not sure, but I think I added 'qtbase-plugins' to IMAGE_INSTALL_append. Perhaps you want to try this.
Best regards Falk 2014-05-27 10:48 GMT+02:00 Bastian Weißbach <[email protected]>: > Hi, > > in the future I would like to use egl instead of x11. But for the moment I > would be happy if I could get any results ;). > > This time I added those lines to my conf/local.conf: > > IMAGE_INSTALL_append = " cinematicexperience " > DISTRO_FEATURES_append = " x11 " > > then I build core-image-x11. The QT5 CinematicExperience still tells me that > xcb plugin is missing. > > Regards, > > > > > > > > 2014-05-22 22:45 GMT+02:00 Diego Sueiro <[email protected]>: > >> Bastian, >> >> >> On Thu, May 22, 2014 at 12:32 PM, Bastian Weißbach <[email protected]> >> wrote: >>> >>> Hey Guys, >>> >>> I'm trying to build a Linux for a generic X86 system with QT5. >>> >>> I've tried to go the simple way. I cloned the nessesary layers >>> (meta-intel and meta-qt5). Then I selected "intel-corei7-64" as MACHINE and >>> added cinematicexperience to my image. Then I build core-image-minimal. >>> >>> But when I try to start Qt5_CinematicExperience (on the target) it failed >>> because of the missing xcb plugin. >>> >>> Is there anything I missed? >>> >>> Thanks for your help! >> >> >> If you want to use qt5 with X11 you need to add DISTRO_FEATURES_append >> onto your local.conf >> But if tou want to use opengl or famebuffer take a look at PACKAGECONFIG >> options on: >> >> meta-qt5/recipes-qt/qt5/qtbase.inc >> >> >> I would recommend you to you core-image-x11 or core-image-base. >> >> Regards, >> >> -- >> *dS >> Diego Sueiro >> >> Administrador do Embarcados >> www.embarcados.com.br >> >> /*long live rock 'n roll*/ > > > > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
