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 arago-project.org (Postfix) with ESMTPS id E867F52ABA for ; Tue, 26 Aug 2014 16:48:36 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id s7QGmaKk026139; Tue, 26 Aug 2014 11:48:36 -0500 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 s7QGma5a012261; Tue, 26 Aug 2014 11:48:36 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.174.1; Tue, 26 Aug 2014 11:48:35 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id s7QGmYnU002333; Tue, 26 Aug 2014 11:48:35 -0500 Date: Tue, 26 Aug 2014 12:48:33 -0400 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20140826164832.GD17427@edge> References: <1409065964-13484-1-git-send-email-denis@denix.org> <8F29D6B095ED194EA1980491A5E029710C705A61@DFLE08.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C705A61@DFLE08.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH] packagegroup-*-graphics: add weston packages globally 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: Tue, 26 Aug 2014 16:48:37 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Aug 26, 2014 at 03:16:49PM +0000, Cooper Jr., Franklin wrote: > Acked-by: Franklin Cooper Jr. > > FYI I made a similar change locally and Mesa (mesa-gl I think) was getting > pulled in when building am57x-evm for some reason. I'm testing a fix for that. > > -----Original Message----- > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko > > Sent: Tuesday, August 26, 2014 10:13 AM > > To: meta-arago@arago-project.org > > Subject: [meta-arago] [PATCH] packagegroup-*-graphics: add weston > > packages globally > > > > From: Denys Dmytriyenko > > > > As long as Weston compositor runs on top of either DRM or fbdev, should > > not depend on SGX libs > > > > Signed-off-by: Denys Dmytriyenko > > --- > > .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 11 ++++++-- > > --- > > 1 file changed, 6 insertions(+), 5 deletions(-) > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > > arago-tisdk-graphics.bb b/meta-arago-distro/recipes- > > core/packagegroups/packagegroup-arago-tisdk-graphics.bb > > index 1439638..d730799 100644 > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > > tisdk-graphics.bb > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup- > > arago-ti > > +++ sdk-graphics.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to install graphics binaries" > > LICENSE = "MIT" > > -PR = "r5" > > +PR = "r6" > > > > inherit packagegroup > > > > @@ -16,15 +16,16 @@ GRAPHICS_SDK = "\ > > omap3-sgx-modules \ > > " > > > > -GRAPHICS_RDEPENDS = "" > > - > > -GRAPHICS_RDEPENDS_ti33x = "\ > > - ${GRAPHICS_SDK} \ > > +GRAPHICS_RDEPENDS = "\ > > weston \ > > weston-init \ > > weston-examples \ > > " > > > > +GRAPHICS_RDEPENDS_ti33x = "\ > > + ${GRAPHICS_SDK} \ > > +" > > + > > GRAPHICS_RDEPENDS_ti43x = "\ > > ${GRAPHICS_SDK} \ > > " > > -- > > 2.0.4 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago