From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C31A5E013EC for ; Wed, 19 Jun 2013 22:52:28 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id r5K5qRke027781; Thu, 20 Jun 2013 00:52:27 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r5K5qRLe011811; Thu, 20 Jun 2013 00:52:27 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Thu, 20 Jun 2013 00:52:26 -0500 Received: from localhost (gtudedge.gt.design.ti.com [158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r5K5qQg4011359; Thu, 20 Jun 2013 00:52:26 -0500 Date: Thu, 20 Jun 2013 01:52:26 -0400 From: Denys Dmytriyenko To: "Sundareson, Prabindh" Message-ID: <20130620055226.GS13356@edge> References: <321768C95D21724485BCE784F1BE98473EB52D53@DBDE04.ent.ti.com> <321768C95D21724485BCE784F1BE98473EB53158@DBDE04.ent.ti.com> <321768C95D21724485BCE784F1BE98473EB53242@DBDE04.ent.ti.com> <20130620045521.GR13356@edge> <321768C95D21724485BCE784F1BE98473EB53340@DBDE04.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <321768C95D21724485BCE784F1BE98473EB53340@DBDE04.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-ti@yoctoproject.org" Subject: Re: meta-ti + meta-qt5 X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 05:52:29 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Jun 20, 2013 at 01:03:04AM -0400, Sundareson, Prabindh wrote: > I have validated libgles-omap3 on the AMSDK 5.07 build configuration (that > does not have X11 enabled), so what you faced may be a different issue on > the libgles front. Correct, becasue your patches were missing the actual x11 recipe, which I had to add - see my other email earlier. :) But I agree - it's a slightly different issue. > I would wait for the verbose log from Nicolas for the qt5 issue he faced, > > regards, > Prabu > > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Thursday, June 20, 2013 10:25 AM > To: Nicolas Dechesne > Cc: Sundareson, Prabindh; meta-ti@yoctoproject.org > Subject: Re: [meta-ti] meta-ti + meta-qt5 > > On Thu, Jun 20, 2013 at 12:46:21AM -0400, Nicolas Dechesne wrote: > > On Thu, Jun 20, 2013 at 12:34 AM, Sundareson, Prabindh wrote: > > > > > The instructions build eglfs as well (without xcb), as in the below patch. > > > Just that I cannot test it on platform due to the absence of GLES2 driver. > > > verbose flag in the qt configuration (qt5.inc) would help debug > > > what is going wrong.**** > > > > > > ** ** > > > > > > > > > https://github.com/prabindh/meta-qt5/commit/c8129fb5057f9254c773f82d > > > 2fdbd85d9c56410a > > > **** > > > > > > > > yeah, i am using something similar *but* i do not have x11 in > > DISTRO_FEATURES, and i suspect you might have it, right? without X11 > > feature, the x11 -dev packages are pulled/installed, and then the > > qtbase configure script will fail to 'check' for EGL. > > Heh, I was having similar issues with Prabu's recent libgles-omap3 patches. > It would try to pull x11 packages due to -dev dependencies and complain that > DISTRO_FEATURES lacks X11 setting... It's not exactly the same issue, but > seems related. > > -- > Denys