From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E53E7E00816; Wed, 19 Aug 2015 10:11:59 -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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -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] Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8B4A1E00767 for ; Wed, 19 Aug 2015 10:11:56 -0700 (PDT) Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id t7JHBqnF014032; Wed, 19 Aug 2015 12:11:53 -0500 Received: from DBDE72.ent.ti.com (dbde72.ent.ti.com [172.24.171.97]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id t7JHBndH026422; Wed, 19 Aug 2015 22:41:51 +0530 Received: from [172.22.218.145] (172.22.218.145) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 19 Aug 2015 22:41:49 +0530 Message-ID: <55D4B8D3.20703@ti.com> Date: Wed, 19 Aug 2015 22:41:47 +0530 From: Karthik Ramanan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Denys Dmytriyenko , References: <1439934666-14772-1-git-send-email-denis@denix.org> In-Reply-To: <1439934666-14772-1-git-send-email-denis@denix.org> X-Originating-IP: [172.22.218.145] Cc: "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:12:00 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit 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. Regards Karthik