Hi, i have a udoo neo (imxsolo6x) and i'm building an image with the meta qt5. To do that i use this repository (an amazing man that make the layer, i'm in contact with it) : https://github.com/graugans/meta-udoo.

The build works but when i try to launch a qt5 app, i have this error :

root@udooneo:/usr/share/qt5/examples/webkitqml/flickrview# ./flickrview --platform eglfs QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync. If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1
Could not open egl display
Aborted
root@udooneo:/usr/share/qt5/examples/webkitqml/flickrview# ./flickrview --platform fb This application failed to start because it could not find or load the Qt platform plugin "fb".

Available platform plugins are: eglfs, minimal, minimalegl, offscreen.

Reinstalling the application may fix this problem.
Aborted


Do you have an idea how to resolve this ?

For information, my bblayers.conf :

LCONF_VERSION = "6"

BBPATH = "${TOPDIR}"
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"

BBFILES ?= ""
BBLAYERS = " \
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-yocto \
\
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-multimedia \
${BSPDIR}/sources/meta-openembedded/meta-python \
${BSPDIR}/sources/meta-openembedded/meta-networking \
${BSPDIR}/sources/meta-openembedded/meta-ruby \
\
${BSPDIR}/sources/meta-fsl-arm \
${BSPDIR}/sources/meta-fsl-arm-extra \
${BSPDIR}/sources/meta-udoo \
${BSPDIR}/sources/meta-fsl-demos \
${BSPDIR}/sources/meta-qt5 \
"

and the qt5image conf --> https://github.com/graugans/meta-udoo/blob/jethro/recipes-udoo/images/udoo-image-qt5.bb

i add this (to disable x11) to my local.conf

DISTRO_FEATURES_remove = "x11 wayland"

regards,

modjo
--
Utilisant le logiciel de courrier d'Opera : http://www.opera.com/mail/
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to