<div dir="ltr">Hi,<div><br></div><div>still no luck for this. My current configuration is:</div><div><br></div><div><div>IMAGE_INSTALL_append = " cinematicexperience "</div><div>DISTRO_FEATURES_append = " opengl "</div>

<div>DISTRO_FEATURES_remove = " x11 wayland "</div></div><div><br></div><div>Also I added a .bbappend to the qtbase package: </div><div><br></div><div>PACKAGECONFIG = " release dbus udev evdev widgets tools libs openssl jpeg libpng zlib gles2 "<br>

</div><div><br></div><div>This seems to work for QT5. But I think mesa does not install any DRI drivers into the image. The DRI drivers are build (because they are into the deploy-rpms folder) but not installed. </div><div>

<br></div><div>Another question is:</div><div><br></div><div>Is it possible to build QT5 without X11 and wayland (so that QT only uses egl)?</div><div><br></div><div>Best regards,</div><div><br></div><div><br></div></div>

<div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-27 11:47 GMT+02:00 Falk Niebuhr <span dir="ltr"><<a href="mailto:niebuhrf@gmail.com" target="_blank">niebuhrf@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

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