diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-03-08 02:24:18 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-07 20:29:34 -0500 |
commit | 088a82454290dcc7e0dbbab5c6f18c0261d8517b (patch) | |
tree | 10608867f74619557ad0fb5d4d2ac4e294af069f /recipes-ti | |
parent | 10d7fc9f0d22166cd912f913d42b5a78a85e6745 (diff) | |
download | meta-ti-088a82454290dcc7e0dbbab5c6f18c0261d8517b.tar.gz |
multiprocmgr-test: don't repackage between machines, as only K2 uses it
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-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 | } |