[meta-ti] Denys Dmytriyenko : multiprocmgr-test: don't repackage between machines, as only K2 uses it

Arago Project git git at arago-project.org
Mon Mar 7 17:30:12 PST 2016


Module: meta-ti
Branch: master
Commit: 088a82454290dcc7e0dbbab5c6f18c0261d8517b
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=088a82454290dcc7e0dbbab5c6f18c0261d8517b

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Mar  8 02:24:18 2016 +0000

multiprocmgr-test: don't repackage between machines, as only K2 uses it

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 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 8605cf1..7ec8796 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"
 
 include multiprocmgr.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 DEPENDS = "multiprocmgr cmem"
 RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem"
 
 CC += "-I${STAGING_KERNEL_DIR}/include"
 
+# Assuming the multiprocmgr kernel API is safe
+CC[vardepsexclude] = "STAGING_KERNEL_DIR"
+
 do_compile() {
 	make -C ${S} test
 }



More information about the meta-ti mailing list