From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1D301E0044A for ; Thu, 2 Jan 2014 00:24:20 -0800 (PST) Received: from e6520eb (unknown [88.170.243.169]) (Authenticated sender: eukrea) by smtp1-g21.free.fr (Postfix) with ESMTPSA id 4E8439400C0; Thu, 2 Jan 2014 09:24:13 +0100 (CET) Date: Thu, 2 Jan 2014 09:24:11 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: "Simone" Message-ID: <20140102092411.0de54397@e6520eb> In-Reply-To: <007901cf0730$dc47a060$94d6e120$@gmail.com> References: <007901cf0730$dc47a060$94d6e120$@gmail.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale@yoctoproject.org Subject: Re: Eglfs issue with mx53 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 08:24:25 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Le Wed, 1 Jan 2014 21:34:22 +0100, "Simone" a =C3=A9crit : > Update: >=20 > I compared the current qmake.conf with the imx6sabre qmake.conf (which is= working) and I have some doubt: >=20 > =20 >=20 > In imx6 qmake.conf, the ENV are: >=20 > IMX6_CFLAGS =3D -DLINUX=3D1 -DEGL_API_= FB=3D1 >=20 > QMAKE_LIBS_EGL +=3D -lEGL >=20 > QMAKE_LIBS_OPENGL_ES2 +=3D -lGLESv2 -lEGL -lGAL >=20 > QMAKE_LIBS_OPENVG +=3D -lOpenVG -lEGL -lGAL >=20 > =20 >=20 > On imx5 side, they are: >=20 > IMX5_CFLAGS =3D -D_LINUX=3D1 >=20 > QMAKE_LIBS_EGL +=3D -lEGL >=20 > QMAKE_LIBS_OPENGL_ES2 +=3D -lGLESv2 -lEGL >=20 > QMAKE_LIBS_OPENVG +=3D -lOpenVG -lEGL >=20 > =20 >=20 > I=E2=80=99ve marked as bold the libraries which are present on imx6 conf,= but NOT in the mx5 conf. >=20 > In CFLAGS there is also another difference, on imx6 I have DLINUX=3D1 ins= tead of D_LINUX=3D1. >=20 > =20 >=20 > Now, I thought to include these difference in mx5 configuration, but the = qtbase configure command fail saying that libGAL is missing (see the last p= art of the bitbake log below) >=20 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