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 }