mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
multiprocmgr-test: don't repackage between machines, as only K2 uses it
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user