<hermanberd>
Hey guys, I am building a Yocto image for aml-s905x-cc, and I'm trying to run qt5 app with eglfs. So far with the help of meta-meson and meta-qt5 my app runs with "-platform linuxfb" but as far as I know linuxfb is not hardware accelerated backend but eglfs is. When I try to run with "-platform -eglfs" I get the following:
<hermanberd>
drmModeGetResources failed (Operation not supported)
<hermanberd>
no screens available, assuming 24-bit color
<hermanberd>
Cannot create window: no screens available