Trying to get a qt6 app working using the eglfs_kms platform for a am625 using a custom yocto image, but have so far not succeded.
local.conf
MACHINE ?= "am62xx-evm"
DISTRO_FEATURES:remove = "wayland x11"
DISTRO_FEATURES:append = " opengl"
and in our custom meta-layer we have a qtbase_git.bbappend with the following
PACKAGECONFIG:append = " eglfs kms gbm linuxfb"
QT_CONFIG_FLAGS += " -no-sse2 -no-opengles3"
GLES_EXTRA_DEPS = "libdrm"
PACKAGECONFIG[gles2] = "-opengl es2,,virtual/libgles2 virtual/egl ${GLES_EXTRA_DEPS}
we have tried other variations of this, but none have worked so far, so would really appreciate some guidance
Thanks