diff options
author | Sam Nelson <sam.nelson@ti.com> | 2018-09-06 22:06:43 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-09-07 14:54:55 +0000 |
commit | 36b8474560a37de22946891fa043bbc8bfc4662d (patch) | |
tree | fdad5cc2b1eef6942d5baf390b06c3604183814a /recipes-ti/ipc/ti-ipc_git.bb | |
parent | f54f654954d2e0f42dfc3484e7a66a9a46713ec4 (diff) | |
download | meta-ti-36b8474560a37de22946891fa043bbc8bfc4662d.tar.gz |
ti-ipc: Add ipc daemon for k3
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc_git.bb')
-rw-r--r-- | recipes-ti/ipc/ti-ipc_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb index 403649ff..23b8d946 100644 --- a/recipes-ti/ipc/ti-ipc_git.bb +++ b/recipes-ti/ipc/ti-ipc_git.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | |||
4 | require ti-ipc.inc | 4 | require ti-ipc.inc |
5 | require ti-ipc-common.inc | 5 | require ti-ipc-common.inc |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.1" |
8 | 8 | ||
9 | DEPENDS += "virtual/kernel" | 9 | DEPENDS += "virtual/kernel" |
10 | 10 | ||
@@ -21,6 +21,7 @@ DAEMON_k2l = "lad_tci6630" | |||
21 | DAEMON_k2e = "lad_66ak2e" | 21 | DAEMON_k2e = "lad_66ak2e" |
22 | DAEMON_k2g = "lad_66ak2g" | 22 | DAEMON_k2g = "lad_66ak2g" |
23 | DAEMON_omapl138 = "lad_omapl138" | 23 | DAEMON_omapl138 = "lad_omapl138" |
24 | DAEMON_k3 = "lad_am65xx" | ||
24 | 25 | ||
25 | inherit autotools-brokensep pkgconfig update-rc.d | 26 | inherit autotools-brokensep pkgconfig update-rc.d |
26 | 27 | ||