Hi, i have a problem to use EGLFS plugin with an imx6 board (seco-A62) on sumo branch. When i try to deploy a qt application on the target i have this message :

 

23:22:27: Starting /home/root/wearable ...
This application failed to start because it could not find or load the Qt platform plugin "eglfs"
in "".

Available platform plugins are: minimal, offscreen, vnc.

 

When i look to find eglfs plugin on the card file system i can't find it

mickael@Laptop-linux:/media/mickael/data_linux/yocto/opt/sysA62_10_sumo/sysroots/cortexa9hf-neon-poky-linux-gnueabi/usr/lib/qt5/plugins/platforms$ ls -l
total 256
-rwxr-xr-x 1 mickael mickael  22144 déc.   8 11:10 libqminimal.so
-rwxr-xr-x 1 mickael mickael  92572 déc.   8 11:10 libqoffscreen.so
-rwxr-xr-x 1 mickael mickael 142216 déc.   8 11:10 libqvnc.so

 

I modified my local.conf to disable X11 and wayland but this didn’t solve the problem !

 

DISTRO_FEATURES_remove = "X11 wayland"
PACKAGECONFIG_append_pn-qtbase = " eglfs "

 

Like specified in this post : https://stackoverflow.com/questions/36760009/how-to-enable-eglfs-plugin-in-yocto-setup-using-yoctometa-qt5-for-riotboard

 

Do you have an idea how i can solve this issue ?

 

For information i use BSP8.0 of Seco layer : https://git.seco.com/arm/nxp/imx6/bsp8/release/meta-seco-bsp8-rel

With bitbake seco-image-qt : https://git.seco.com/arm/nxp/imx6/bsp8/release/meta-seco-bsp8-rel/blob/master/recipes-seco/images/seco-image-qt.bb

I asked seco directly but for the moment no solution.

 

Regards,

 

Mickaël