diff options
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb index 8605cf19..7ec8796e 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | |||
@@ -2,13 +2,16 @@ DESCRIPTION = "TI Multiproc Manager test code" | |||
2 | 2 | ||
3 | include multiprocmgr.inc | 3 | include multiprocmgr.inc |
4 | 4 | ||
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | 6 | ||
7 | DEPENDS = "multiprocmgr cmem" | 7 | DEPENDS = "multiprocmgr cmem" |
8 | RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" | 8 | RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" |
9 | 9 | ||
10 | CC += "-I${STAGING_KERNEL_DIR}/include" | 10 | CC += "-I${STAGING_KERNEL_DIR}/include" |
11 | 11 | ||
12 | # Assuming the multiprocmgr kernel API is safe | ||
13 | CC[vardepsexclude] = "STAGING_KERNEL_DIR" | ||
14 | |||
12 | do_compile() { | 15 | do_compile() { |
13 | make -C ${S} test | 16 | make -C ${S} test |
14 | } | 17 | } |