From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 08480E0084D; Thu, 30 Oct 2014 13:08:55 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.41 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8FE6EE007BA for ; Thu, 30 Oct 2014 13:08:41 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id s9UK8eCT012275 for ; Thu, 30 Oct 2014 15:08:40 -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 s9UK8eEA016021 for ; Thu, 30 Oct 2014 15:08:40 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.174.1; Thu, 30 Oct 2014 15:08:40 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s9UK8eOC019582; Thu, 30 Oct 2014 15:08:40 -0500 Date: Thu, 30 Oct 2014 16:08:39 -0400 From: Denys Dmytriyenko To: "Stiffler, Jacob" Message-ID: <20141030200839.GI25408@edge> References: <1412770244-3829-1-git-send-email-j-stiffler@ti.com> <20141009031315.GA13128@edge> <20141010191442.GC13128@edge> <4B26FB5A64EBA14C87266869E037F958140B5B0F@DFLE09.ent.ti.com> <4B26FB5A64EBA14C87266869E037F958140B7433@DFLE09.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <4B26FB5A64EBA14C87266869E037F958140B7433@DFLE09.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-ti@yoctoproject.org" Subject: Re: [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES 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, 30 Oct 2014 20:08:55 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Jake, I was looking into this since last week and it appeared to be a bigger problem than what I expected in the beginning. I'm in the process of fixing the way we do gstreamer in Arago and will be sending patches soon, that fix this issue. -- Denys On Thu, Oct 30, 2014 at 09:12:35AM -0400, Stiffler, Jacob wrote: > ping > > -----Original Message----- > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob > Sent: Monday, October 13, 2014 8:16 AM > To: Dmytriyenko, Denys > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES > > Denys, > > What is the error you see? And what are you building? > > I have not seen any issues when building for "arago-amsdk-image" > > > - Jake > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, October 10, 2014 3:15 PM > To: Stiffler, Jacob > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES > > Unofrtunately, I spent my time fixing the devkit and toolchain issues, so I don't have much time to look into this one. It is failing in devkit packaging step due to conflicts between different variants of gstreamer. I'll probably revert this change for now and will deal with it when I'm back. Jake, let me know if you have a fix for it before that. Thanks. > > -- > Denys > > > On Wed, Oct 08, 2014 at 11:13:16PM -0400, Denys Dmytriyenko wrote: > > Ah, this causes some grief to dra7xx and am57x builds due to gstreamer > > conflicts. I guess we need to play with preferred provider settings some more. > > I'll look into it tomorrow... > > > > > > On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote: > > > Signed-off-by: Jacob Stiffler > > > --- > > > conf/machine/include/dra7xx.inc | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc > > > index 857e1b3..a7c8782 100644 > > > --- a/conf/machine/include/dra7xx.inc > > > +++ b/conf/machine/include/dra7xx.inc > > > @@ -1,4 +1,4 @@ > > > require conf/machine/include/omap-a15.inc > > > SOC_FAMILY_append = ":dra7xx" > > > > > > -MACHINE_FEATURES += "pci" > > > +MACHINE_FEATURES += "pci mmip" > > > -- > > > 1.7.9.5 > > > > > > -- > > > _______________________________________________ > > > meta-ti mailing list > > > meta-ti@yoctoproject.org > > > https://lists.yoctoproject.org/listinfo/meta-ti > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti