summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMolfetta, Stephen <sjmolfetta@ti.com>2015-08-19 03:51:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-19 20:54:56 -0400
commit667f44b58117034ee2bf3869b037c04c547e2b63 (patch)
tree0cd0b1bfb439cda0c21e16d8b58323d4e8b9c8eb
parentf3519cab1446f0d17fb472f7d5c740889cbc7557 (diff)
downloadmeta-ti-667f44b58117034ee2bf3869b037c04c547e2b63.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.sh2
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
3tiipclad_daemon=/usr/bin/__LAD_DAEMON__ 3tiipclad_daemon=/usr/bin/__LAD_DAEMON__
4tiipclad_params="-l lad.txt" 4tiipclad_params="-g -l lad.txt"
5 5
6test -x "$tiipclad_daemon" || exit 0 6test -x "$tiipclad_daemon" || exit 0
7 7