Hello Ti Devs,
I am building yocto rootfs for Omap5432 EVM. For EGL/GLESv2 libs it deploys omap5-sgx-ddk-um-linux_1.9.0.10.bb package which contains EGL/GLESv2 libraries.
I am building Qt5 (meta-qt5) with X11 configuration on arago - glsdk image. I am hit with errors while running Qt5 and it seems these EGL* libraries from above package does not support X11 calls.
Similarly other instance to re-produce the issue is to run Genivi LayerManagement which fails to open EGL Display window based on X11.
I know omap5 support KMS (http://tigraphics.blogspot.in/2013/08/qt5-with-kms-omap5-jacinto6.html) . But I need to run my distro on X11.
So can anyone please clarify whether there are other variants of GLSDK libs for Omap5432-uEVM that support X11 platform.
Thanks in Advance !!