From a249500c2e1704f1a5c2e3b92f27586140a29481 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 8 Mar 2016 02:24:18 +0000 Subject: [PATCH] multiprocmgr-test: don't repackage between machines, as only K2 uses it Signed-off-by: Denys Dmytriyenko --- recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" 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 }