Hello,
It take me some time but I finally succeed to build the rootfs with wayland ( DISTRO=fsl-imx-wayland).
Unfortunately for all QT applications and whatever the QT platform used, I face the same issue regarding xcb plugin dependancy
root@imx6qsabresd:/usr/share/qt5/examples/webengine/minimal# ./minimal --platorm wayland-egl
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, wayland-egl, wayland.
Reinstalling the application may fix this problem.
Aborted
I have checked on my generated rootfs and there is no libqxcb.so plugin that is quite normal regarding distro I am using
root@imx6qsabresd:/usr/lib/qt5/plugins/platforms# ls
libqeglfs.so libqminimalegl.so libqwayland-egl.so
libqminimal.so libqoffscreen.so libqwayland-generic.so
So I am confused...
I assume if I use fsl-imx-xwaylanddistro it may fix the isuue but my goal is to generate the smallet rootfs providing qtwebengine that's why I initially used fsl-imx-fb distro.
Any recommandation to do so?