diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-03-18 00:32:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-03-17 21:03:25 -0400 |
commit | c69c6e137e90f5326d617ba71dd00b4727d21a4a (patch) | |
tree | 1da7a268e55fe0ed329a3029eec843dcc8ae7ad3 /recipes-ti/multiprocmgr | |
parent | 7ceb1ff5dd856eeeb49ed8a925752d3c641f2ec8 (diff) | |
download | meta-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.bb | 2 |
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 | ||
4 | include multiprocmgr.inc | 4 | include multiprocmgr.inc |
5 | 5 | ||
6 | DEPENDS = "mpm-transport libdaemon" | 6 | DEPENDS = "mpm-transport libdaemon virtual/kernel" |
7 | RDEPENDS_${PN} = "syslog-ng" | 7 | RDEPENDS_${PN} = "syslog-ng" |
8 | 8 | ||
9 | 9 | ||