I am using krogoth branch
i did like below and built the image.
PACKAGECONFIG_DISTRO += " eglfs"
DISTRO_FEATURES_remove = " x11 wayland"
when i run application like below i get a error
root@hs:~# QT_QPA_PLATFORM="eglfs" App_demo
QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable d
ouble buffering and vsync.
If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_M
ULTI_BUFFER=1
Could not open egl display
Aborted