diff options
author | Molfetta, Stephen <sjmolfetta@ti.com> | 2015-08-19 03:51:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-19 20:54:50 -0400 |
commit | 781e7e00c4ba8e968cbd8e82e98edb0b7a5f2659 (patch) | |
tree | 0844beff6044f7d0e524426594ccacb643c6a5c0 | |
parent | 914f44a3f605b0b39e2a9e807b2ba98d01acc0d4 (diff) | |
download | meta-ti-781e7e00c4ba8e968cbd8e82e98edb0b7a5f2659.tar.gz |
tiipclad-daemon.sh: Enabling GateMP support
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh b/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh index 7f0632a7..9ebfa35a 100644 --- a/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh +++ b/recipes-ti/ipc/ti-ipc/tiipclad-daemon.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | tiipclad_daemon=/usr/bin/__LAD_DAEMON__ | 3 | tiipclad_daemon=/usr/bin/__LAD_DAEMON__ |
4 | tiipclad_params="-l lad.txt" | 4 | tiipclad_params="-g -l lad.txt" |
5 | 5 | ||
6 | test -x "$tiipclad_daemon" || exit 0 | 6 | test -x "$tiipclad_daemon" || exit 0 |
7 | 7 | ||