From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 65346E00816; Wed, 19 Aug 2015 10:16:24 -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 0FF3BE00767 for ; Wed, 19 Aug 2015 10:16:17 -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 t7JHGFDj014441; Wed, 19 Aug 2015 12:16:15 -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 t7JHGFtE002989; Wed, 19 Aug 2015 12:16:15 -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.224.2; Wed, 19 Aug 2015 12:16:15 -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 t7JHGE61032353; Wed, 19 Aug 2015 12:16:15 -0500 Date: Wed, 19 Aug 2015 13:15:59 -0400 From: Denys Dmytriyenko To: Karthik Ramanan Message-ID: <20150819171559.GI6542@edge> References: <1439934666-14772-1-git-send-email-denis@denix.org> <55D4B8D3.20703@ti.com> MIME-Version: 1.0 In-Reply-To: <55D4B8D3.20703@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org, "Molfetta, Stephen" Subject: Re: [PATCH] tiipclad-daemon.sh: Enabling GateMP support 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: Wed, 19 Aug 2015 17:16:24 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Aug 19, 2015 at 10:41:47PM +0530, Karthik Ramanan wrote: > On 19-Aug-15 3:21 AM, Denys Dmytriyenko wrote: > >From: "Molfetta, Stephen" > > > >Signed-off-by: Denys Dmytriyenko > >--- > > recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh b/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh > >index 7f0632a..9ebfa35 100644 > >--- a/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh > >+++ b/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh > >@@ -1,7 +1,7 @@ > > #! /bin/sh > > > > tiipclad_daemon=/usr/bin/__LAD_DAEMON__ > >-tiipclad_params="-l lad.txt" > >+tiipclad_params="-g -l lad.txt" > > > > test -x "$tiipclad_daemon" || exit 0 > > > > > Denys, > > This patch is required on the daisy and the master. > > daisy is very urgent and it would be great if you can merge it today > on the daisy branch - some further updates are blocked because of > this. > > Sorry for the rush. Thanks, Karthik, Do you know how it will affect Keystone devices, by any chance? -- Denys