Qt4+OpenGL+IMX5
-
Dear Friends,
By following the below procedure, i installed yocto master branch for imx51evk.I got into error and i doubt its Qt related.$: mkdir ~/bin
$: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$: chmod a x ~/bin/repo
$: PATH=${PATH}:~/bin $: mkdir fsl-community-bsp
$: cd fsl-community-bsp
$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
$: repo sync
$: cd sources/meta-fsl-arm
$: git checkout -b master-next yocto/master-next
$: MACHINE=imx51evk source setup-environment build
$: bitbake qte-in-use-imageWhen i try to run the example hellogl_es2 from the "build/tmp/work/imx51evk-poky-linux-gnueabi/qt4-embedded/4.8.5-r0/qt-everywhere-opensource-src-4.8.5/examples/opengl/hellogl_es2/" qt embedded directory.It gives the error as follows,
QEgl::display(): Cannot initialize EGL display: "Success (0x3000)"
QEglContext::chooseConfig(): Could not find a suitable EGL configuration
Requested: "type=es2 rgba=5,6,5,0 surface-type=window"
Available:When i googled i got this links,
https://lists.yoctoproject.org/pipermail/meta-freescale/2013-August/004032.html
https://lists.yoctoproject.org/pipermail/meta-freescale/2013-May/002962.htmlIs this link gives solution to above problem. if yes how to apply that.
Ravivarman Rajendiran