From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id E4575529CB for ; Thu, 26 Feb 2015 18:10:53 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t1QIArP0020410 for ; Thu, 26 Feb 2015 12:10:53 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t1QIApuw019572 for ; Thu, 26 Feb 2015 12:10:52 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Thu, 26 Feb 2015 12:10:51 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t1QIApei021324; Thu, 26 Feb 2015 12:10:51 -0600 Date: Thu, 26 Feb 2015 13:10:51 -0500 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20150226181050.GF6052@edge> References: <1424898335-24940-1-git-send-email-sam.nelson@ti.com> <20150226165942.GD6052@edge> <4F9216F96E5DF9428610502835A9F490581257AC@DLEE11.ent.ti.com> <8F29D6B095ED194EA1980491A5E029710C82DC77@DFLE08.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C82DC77@DFLE08.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH] branding-mcsdk: Add opengl to mcsdk DISTRO_FEATURES X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 18:10:54 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Feb 26, 2015 at 01:00:06PM -0500, Cooper Jr., Franklin wrote: > > > > -----Original Message----- > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > bounces@arago-project.org] On Behalf Of Nelson, Sam > > Sent: Thursday, February 26, 2015 11:49 AM > > To: Dmytriyenko, Denys > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > DISTRO_FEATURES > > > > > > > > > -----Original Message----- > > > From: Dmytriyenko, Denys > > > Sent: Thursday, February 26, 2015 12:00 PM > > > To: Nelson, Sam > > > Cc: meta-arago@arago-project.org > > > Subject: Re: [meta-arago] [PATCH] branding-mcsdk: Add opengl to mcsdk > > > DISTRO_FEATURES > > > > > > On Wed, Feb 25, 2015 at 04:05:35PM -0500, Sam Nelson wrote: > > > > Signed-off-by: Sam Nelson > > > > --- > > > > .../conf/distro/include/branding-mcsdk.inc | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git > > > > a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > index 9fca5af..238b803 100644 > > > > --- a/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > +++ b/meta-arago-distro/conf/distro/include/branding-mcsdk.inc > > > > @@ -3,7 +3,7 @@ > > > > # Use the MCSDK supported versions > > > > PREFERRED_VERSION_libnl = "3.2.24" > > > > > > > > -DISTRO_FEATURES += "x11" > > > > +DISTRO_FEATURES += "x11 opengl" > > > > > > Reason? > > [Sam] libgl was required to enable openCL compilation on target. libgl > > depends on DISTRO_FEATURES opengl. > [Franklin] I thought from Jacob patch that there isn't a dependency on > OpenGL and only some of the headers are required which he sent a patch to > add? Exactly my understanding as well, hence the question. -- Denys