From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7EA91E014EE for ; Fri, 31 May 2013 08:04:12 -0700 (PDT) Received: by mail-ob0-f175.google.com with SMTP id xn12so3185097obc.6 for ; Fri, 31 May 2013 08:04:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Y/zgh2ftYl4mClJwa7XOha/04MRl3vXVc+02fhLUklo=; b=TAB6G68+po590pM/Wzhd4ejS0edHbaig1EMW9qLzMLJ5ykLwiePsnWkDdTpiUqzC1U mreLsifsViQLmFuHHHu1+rcZs0i5Q8/PCHBWsKLo/Vucgro+IgJQ0DW8K/9lublxnmpv rIFXLRTnDF8uxQgnfI5qFS2HlT01DiK5EtkgMIaFtb9rDmG37n68bZM5ww7gzeTQdhYs 8kmrzF/NToTuxdKQ0k1VrTgl3gc7SYfnl/0JSZPwihmnkMOTl66W4T0EcD0ZeOCwlpMF Je01itSCK8OWsJUU3qhDOHEnU4LWqvuUV+p/DWziPrbrmBp+XHXzEKDFk845PC7EIZGH v/Hg== MIME-Version: 1.0 X-Received: by 10.182.240.136 with SMTP id wa8mr6255001obc.2.1370012651743; Fri, 31 May 2013 08:04:11 -0700 (PDT) Sender: otavio.salvador@gmail.com Received: by 10.182.108.167 with HTTP; Fri, 31 May 2013 08:04:11 -0700 (PDT) In-Reply-To: <20130531170240.3a1c27f5@e6520eb> References: <1369850680-18324-1-git-send-email-eric@eukrea.com> <20130531161556.5c06374b@e6520eb> <20130531170240.3a1c27f5@e6520eb> Date: Fri, 31 May 2013 12:04:11 -0300 X-Google-Sender-Auth: RKXBLLEQCPwiCVIXnQnDhXf3pqc Message-ID: From: Otavio Salvador To: =?ISO-8859-1?Q?Eric_B=E9nard?= Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH] 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: Fri, 31 May 2013 15:04:12 -0000 Content-Type: multipart/alternative; boundary=089e01634f0e723d4204de04ede5 --089e01634f0e723d4204de04ede5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, May 31, 2013 at 12:02 PM, Eric B=E9nard wrote: > Le Fri, 31 May 2013 12:00:08 -0300, > Otavio Salvador a =E9crit : > > > On Fri, May 31, 2013 at 11:15 AM, Eric B=E9nard wrote= : > > > > > Le Fri, 31 May 2013 10:18:44 -0300, > > > Otavio Salvador a =E9crit : > > > > > > > On Wed, May 29, 2013 at 3:04 PM, Eric B=E9nard > wrote: > > > > > > > > > - this allow to build qt5 with OpenGL ES support for i.MX5 and > i.MX6 > > > > > - tested on i.MX51, i.MX53 and i.MX6Q > > > > > > > > > > Signed-off-by: Eric B=E9nard > > > > > > > > > > > > > ... > > > > > > > > > > > > > recipes-qt/qt5/qtbase/mx5/qeglfshooks_imx5.cpp | 105 > > > > > ++++++++++++++++++++++++ > > > > > recipes-qt/qt5/qtbase_5.0.2.bbappend | 68 > +++++++++++++++ > > > > > > > > > > > > > ... > > > > > > > > Thinking more about it, I think we should put these inside a meta-q= t5 > > > > directory so we know what will be 'included'. Otherwse we may need = to > > > pick > > > > every file depending on each layer and it might be difficult to > > > understand > > > > what is in use and what is not. > > > > > > > please apply as is and create a patch on top of it to achieve the > > > organization you prefer. > > > > > > > No reason to apply one patch which we know that needs rework. > > > > Do you agree with my argument? > > > no ;-) > Well; it would be easier if you could explain why. Do you mind to elaborate it a little more? --=20 Otavio Salvador O.S. Systems http://www.ossystems.com.br http://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 --089e01634f0e723d4204de04ede5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Fri, May 31, 2013 at 12:02 PM, Eric B=E9nard &= lt;eric@eukrea.com= > wrote:
Le Fri, 31 May 2013 12:00:08 -0300,
Otavio Salvador <otavio@ossystems.com.br> a =E9crit :

> On Fri, May 31, 2013 at 11:15 AM, Eric B=E9nard <eric@eukrea.com> wrote:
>
> > Le Fri, 31 May 2013 10:18:44 -0300,
> > Otavio Salvador <ot= avio@ossystems.com.br> a =E9crit :
> >
> > > On Wed, May 29, 2013 at 3:04 PM, Eric B=E9nard <eric@eukrea.com> wrote:
> > >
> > > > - this allow to build qt5 with OpenGL ES support for i.= MX5 and i.MX6
> > > > - tested on i.MX51, i.MX53 and i.MX6Q
> > > >
> > > > Signed-off-by: Eric B=E9nard <eric@eukrea.com>
> > > >
> > >
> > > ...
> > >
> > >
> > > > =A0recipes-qt/qt5/qtbase/mx5/qeglfshooks_imx5.cpp | =A0= 105
> > > > ++++++++++++++++++++++++
> > > > =A0recipes-qt/qt5/qtbase_5.0.2.bbappend =A0 =A0 =A0 =A0= =A0 | =A0 68 +++++++++++++++
> > > >
> > >
> > > ...
> > >
> > > Thinking more about it, I think we should put these inside a= meta-qt5
> > > directory so we know what will be 'included'. Otherw= se we may need to
> > pick
> > > every file depending on each layer and it might be difficult= to
> > understand
> > > what is in use and what is not.
> > >
> > please apply as is and create a patch on top of it to achieve the=
> > organization you prefer.
> >
>
> No reason to apply one patch which we know that needs rework.
>
> Do you agree with my argument?
>
no ;-)

Well; it would be ea= sier if you could explain why. Do you mind to elaborate it a little more?
=A0
--
Otavio Salvador =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 O.S. Systems
http://www.ossyst= ems.com.br =A0 =A0 =A0 =A0http://projetos.ossystems.com.br
Mobile: +55 (53) = 9981-7854 =A0 =A0 =A0 =A0 =A0 =A0Mobile: +1 (347) 903-9750
--089e01634f0e723d4204de04ede5--