* [PATCH] tiipclad-daemon.sh: Enabling GateMP support
@ 2015-08-18 21:51 Denys Dmytriyenko
2015-08-19 17:11 ` Karthik Ramanan
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-08-18 21:51 UTC (permalink / raw)
To: meta-ti; +Cc: Molfetta, Stephen
From: "Molfetta, Stephen" <sjmolfetta@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
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
--
2.2.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] tiipclad-daemon.sh: Enabling GateMP support
2015-08-18 21:51 [PATCH] tiipclad-daemon.sh: Enabling GateMP support Denys Dmytriyenko
@ 2015-08-19 17:11 ` Karthik Ramanan
2015-08-19 17:15 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Ramanan @ 2015-08-19 17:11 UTC (permalink / raw)
To: Denys Dmytriyenko, meta-ti; +Cc: Molfetta, Stephen
On 19-Aug-15 3:21 AM, Denys Dmytriyenko wrote:
> From: "Molfetta, Stephen" <sjmolfetta@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] tiipclad-daemon.sh: Enabling GateMP support
2015-08-19 17:11 ` Karthik Ramanan
@ 2015-08-19 17:15 ` Denys Dmytriyenko
2015-08-19 17:17 ` Karthik Ramanan
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-08-19 17:15 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-ti, Molfetta, Stephen
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" <sjmolfetta@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] tiipclad-daemon.sh: Enabling GateMP support
2015-08-19 17:15 ` Denys Dmytriyenko
@ 2015-08-19 17:17 ` Karthik Ramanan
0 siblings, 0 replies; 4+ messages in thread
From: Karthik Ramanan @ 2015-08-19 17:17 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti, Molfetta, Stephen
On 19-Aug-15 10:45 PM, Denys Dmytriyenko wrote:
> 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" <sjmolfetta@ti.com>
>>>
>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>>> ---
>>> 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?
>
I don't know that for sure.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-19 17:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 21:51 [PATCH] tiipclad-daemon.sh: Enabling GateMP support Denys Dmytriyenko
2015-08-19 17:11 ` Karthik Ramanan
2015-08-19 17:15 ` Denys Dmytriyenko
2015-08-19 17:17 ` Karthik Ramanan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.