[meta-freescale] R: Eglfs issue with mx53

Eric Bénard eric at eukrea.com
Thu Jan 2 00:24:11 PST 2014


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