diff options
| -rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | 14 |
1 files changed, 8 insertions, 6 deletions
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 @@ | |||
| 1 | DESCRIPTION = "TI Multiproc Manager test code" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/multiprocmgr:" |
| 2 | |||
| 3 | SUMMARY = "TI Multiproc Manager test code" | ||
| 2 | 4 | ||
| 3 | include multiprocmgr.inc | 5 | include multiprocmgr.inc |
| 4 | 6 | ||
| 7 | SRC_URI += " \ | ||
| 8 | file://0001-mpmdlif.c-don-t-hardcode-kernel-s-uapi-location-keys.patch \ | ||
| 9 | file://0001-mpmdlif.c-don-t-suppress-kernel-linux-types.h-inclus.patch \ | ||
| 10 | " | ||
| 11 | |||
| 5 | PR = "${INC_PR}.2" | 12 | PR = "${INC_PR}.2" |
| 6 | 13 | ||
| 7 | DEPENDS = "multiprocmgr cmem" | 14 | DEPENDS = "multiprocmgr cmem" |
| 8 | RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" | 15 | RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" |
| 9 | RDEPENDS_${PN} += "multiprocmgr-rtos-test bash" | 16 | RDEPENDS_${PN} += "multiprocmgr-rtos-test bash" |
| 10 | 17 | ||
| 11 | CC += "-I${STAGING_KERNEL_DIR}/include" | ||
| 12 | |||
| 13 | # Assuming the multiprocmgr kernel API is safe | ||
| 14 | CC[vardepsexclude] = "STAGING_KERNEL_DIR" | ||
| 15 | |||
| 16 | FILES_${PN} += "\ | 18 | FILES_${PN} += "\ |
| 17 | ${datadir}/ti/examples/mpm \ | 19 | ${datadir}/ti/examples/mpm \ |
| 18 | " | 20 | " |
