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:17:52 +0000 |
| commit | de8612bd55d972eeb4455652969a0ebb0e5bda4b (patch) | |
| tree | 9d97ce3435e20610d052c5bcbfbc50c47feda45e /recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | |
| parent | 6a701a3a5d1a08590f2fc7108ead4fc2c65e5c34 (diff) | |
| download | meta-ti-de8612bd55d972eeb4455652969a0ebb0e5bda4b.tar.gz | |
multiprocmgr-test: also do not access kernel headers directly
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/multiprocmgr/multiprocmgr-test_git.bb')
| -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 | " |
