summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-03-18 00:32:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-03-17 21:03:15 -0400
commit7e6f1b75b3ff905a0e2a2a1efcf77786d8b19259 (patch)
tree1da7a268e55fe0ed329a3029eec843dcc8ae7ad3
parentfb58d9314f414dcfd4d1be3bc6e351c9451d33f7 (diff)
downloadmeta-ti-7e6f1b75b3ff905a0e2a2a1efcf77786d8b19259.tar.gz
multiprocmgr: Add virutal/kernel dependency.
* "linux/remoteproc_user.h" is included by ./src/daemon/mpmdlif.c Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index e1c4f2fd..c2ef8fa0 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "Provides download, debug and other utilities for other cores in the S
3 3
4include multiprocmgr.inc 4include multiprocmgr.inc
5 5
6DEPENDS = "mpm-transport libdaemon" 6DEPENDS = "mpm-transport libdaemon virtual/kernel"
7RDEPENDS_${PN} = "syslog-ng" 7RDEPENDS_${PN} = "syslog-ng"
8 8
9 9