This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Getting eglfs working for Qt6

Part Number: AM625

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