QML type WebEngineView crashed with eglGetProcAddress not found
-
Same works on Linux Desktop but fails on embedded hardware device with below errors.
Sandboxing disabled by user.
[7067:7086:1003/112454.006853:ERROR:gl_ozone_egl_qt.cpp(91)] eglGetProcAddress not found.
[ 2169.984198] potentially unexpected fatal signal 11.
Segmentation fault (core dumped)
/home# :ERROR:gl_ozone_egl_qt.cpp(91)] eglGetProcAddres
I am Using QT5.15.9 and Below are my QT configuration.
DISTRO_FEATURES_append = "opengl"
PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', 'no-opengl', d)}"
PACKAGECONFIG_append_pn-qtbase = "eglfs"
PREFERRED_PROVIDER_virtual/egl = "ti-sgx-ddk-um"
PREFERRED_PROVIDER_virtual/libgles1 = "ti-sgx-ddk-um"
PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"please can anyone help to solve this error.