summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr
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:25 -0400
commitc69c6e137e90f5326d617ba71dd00b4727d21a4a (patch)
tree1da7a268e55fe0ed329a3029eec843dcc8ae7ad3 /recipes-ti/multiprocmgr
parent7ceb1ff5dd856eeeb49ed8a925752d3c641f2ec8 (diff)
downloadmeta-ti-c69c6e137e90f5326d617ba71dd00b4727d21a4a.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>
Diffstat (limited to 'recipes-ti/multiprocmgr')
-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