[meta-freescale] R: Eglfs issue with mx53

Simone cjb.sw.nospam at gmail.com
Thu Jan 2 02:20:51 PST 2014


Hello Eric,
I've done some other steps and tries, but always the same result.
I don't want X11, and my board is totally based on imx53qsb.
The scenario is perfect but i'm unlucky and nothing works.. :-)

It seems to me that there is no gpu lib for opengl es2 on my build, so I tried to include amd-gpu-bin-mx51 (not the x11 version).
During bitbake I have some errors telling me that there are conflicts with the x11 version of the gpu libs. Probably gstreamer (I need gstreamer) have dependencies to it?

Anyhow the build is completed and the image containing gpu libs give the same issue when try to launch the qt5 application in eglfs platform.

I'm afraid.
Any input about what i can check?

Thanks so much
Simone





> Il giorno 02/gen/2014, alle ore 09:24, Eric Bénard <eric at eukrea.com> ha scritto:
> 
> Hi,
> 
> Le Wed, 1 Jan 2014 21:34:22 +0100,
> "Simone" <cjb.sw.nospam at gmail.com> a écrit :
> 
>> Update:
>> 
>> I compared the current qmake.conf with the imx6sabre qmake.conf (which is working) and I have some doubt:
>> 
>> 
>> 
>> In imx6 qmake.conf, the ENV are:
>> 
>> IMX6_CFLAGS                                    = -DLINUX=1 -DEGL_API_FB=1
>> 
>> QMAKE_LIBS_EGL                             += -lEGL
>> 
>> QMAKE_LIBS_OPENGL_ES2  += -lGLESv2 -lEGL -lGAL
>> 
>> QMAKE_LIBS_OPENVG          += -lOpenVG -lEGL -lGAL
>> 
>> 
>> 
>> On imx5 side, they are:
>> 
>> IMX5_CFLAGS                                    = -D_LINUX=1
>> 
>> QMAKE_LIBS_EGL                             += -lEGL
>> 
>> QMAKE_LIBS_OPENGL_ES2  += -lGLESv2 -lEGL
>> 
>> QMAKE_LIBS_OPENVG          += -lOpenVG -lEGL
>> 
>> 
>> 
>> I’ve marked as bold the libraries which are present on imx6 conf, but NOT in the mx5 conf.
>> 
>> In CFLAGS there is also another difference, on imx6 I have DLINUX=1 instead of D_LINUX=1.
>> 
>> 
>> 
>> Now, I thought to include these difference in mx5 configuration, but the qtbase configure command fail saying that libGAL is missing (see the last part of the bitbake log below)
> i.MX6 and i.MX5 GPU libraries are totally different (as they don't share
> the same GPU).
> The current configuration was tested on an i.MX53 QSB (without X11 and
> Wayland).
> 
> Eric


More information about the meta-freescale mailing list