From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D0567E01514 for ; Mon, 27 May 2013 17:08:08 -0700 (PDT) Received: from e6520eb (unknown [90.84.146.233]) (Authenticated sender: eukrea) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 8C7554C8070 for ; Tue, 28 May 2013 02:08:02 +0200 (CEST) Date: Tue, 28 May 2013 02:08:00 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: meta-freescale@yoctoproject.org Message-ID: <20130528020800.5c49defb@e6520eb> In-Reply-To: <1369699372-1398-1-git-send-email-eric@eukrea.com> References: <1369699372-1398-1-git-send-email-eric@eukrea.com> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.16; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Subject: Re: [meta-fsl-arm][PATCH RFC 1/4] qt5: add mx5 and mx6 support 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: Tue, 28 May 2013 00:08:10 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Le Tue, 28 May 2013 02:02:49 +0200, Eric B=C3=A9nard a =C3=A9crit : > - this allow to build qt5 with OpenGL ES support for i.MX5 and i.MX6 > - tested on i.MX51, i.MX53 and i.MX6Q >=20 note that his patch was tested with the following in meta-qt5 : cherry-pick e7a477a apply the 8 patches on this serie : http://lists.openembedded.org/pipermail/openembedded-devel/2013-May/090861.= html and set default to use version 5.0.2 (check conf/distro/include/qt5-versions.inc or hack recipes-qt/qt5/qt5-5.0.2.inc). Only eglfs and minimalegl backend were tested (no X11 support was tested at the moment). Eric