1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

multiprocmgr-test: also do not access kernel headers directly

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-02-12 05:06:14 +00:00
parent 6a701a3a5d
commit de8612bd55

View File

@@ -1,18 +1,20 @@
DESCRIPTION = "TI Multiproc Manager test code"
FILESEXTRAPATHS_prepend := "${THISDIR}/multiprocmgr:"
SUMMARY = "TI Multiproc Manager test code"
include multiprocmgr.inc
SRC_URI += " \
file://0001-mpmdlif.c-don-t-hardcode-kernel-s-uapi-location-keys.patch \
file://0001-mpmdlif.c-don-t-suppress-kernel-linux-types.h-inclus.patch \
"
PR = "${INC_PR}.2"
DEPENDS = "multiprocmgr cmem"
RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem"
RDEPENDS_${PN} += "multiprocmgr-rtos-test bash"
CC += "-I${STAGING_KERNEL_DIR}/include"
# Assuming the multiprocmgr kernel API is safe
CC[vardepsexclude] = "STAGING_KERNEL_DIR"
FILES_${PN} += "\
${datadir}/ti/examples/mpm \
"