diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-12 05:06:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-12 02:16:04 +0000 |
commit | e1303e71f9a55f83f95112bb8b718e9ff56ccf21 (patch) | |
tree | 94818cee51008e8b2e56af7cfb88578874d1d67f /recipes-ti | |
parent | cc5437d810fe8f58fe487db1a229c13a6d51640d (diff) | |
download | meta-ti-e1303e71f9a55f83f95112bb8b718e9ff56ccf21.tar.gz |
multiprocmgr-test: also do not access kernel headers directly
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-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 | " |