From de8612bd55d972eeb4455652969a0ebb0e5bda4b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 12 Feb 2020 05:06:14 +0000 Subject: multiprocmgr-test: also do not access kernel headers directly Signed-off-by: Denys Dmytriyenko --- recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'recipes-ti/multiprocmgr/multiprocmgr-test_git.bb') diff --git a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb index f01d6513..aab8ae6c 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb @@ -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 \ " -- cgit v1.2.3-54-g00ecf