diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2021-08-11 14:39:05 -0400 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-17 11:21:54 +0000 |
| commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
| tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | |
| parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
| download | meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz | |
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability,
speed and memory footprint. Update recipes with the new syntax and set layer
compatibility to honister.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/multiprocmgr/multiprocmgr-test_git.bb')
| -rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb index 8bcb1105..3d1b3aee 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | |||
| @@ -5,14 +5,14 @@ include multiprocmgr.inc | |||
| 5 | PR = "${INC_PR}.2" | 5 | PR = "${INC_PR}.2" |
| 6 | 6 | ||
| 7 | DEPENDS = "multiprocmgr cmem" | 7 | DEPENDS = "multiprocmgr cmem" |
| 8 | RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" | 8 | RDEPENDS:${PN} = "multiprocmgr mpm-transport cmem" |
| 9 | RDEPENDS_${PN} += "multiprocmgr-rtos-test bash" | 9 | RDEPENDS:${PN} += "multiprocmgr-rtos-test bash" |
| 10 | 10 | ||
| 11 | FILES_${PN} += "\ | 11 | FILES:${PN} += "\ |
| 12 | ${datadir}/ti/examples/mpm \ | 12 | ${datadir}/ti/examples/mpm \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | FILES_${PN}-dbg += "\ | 15 | FILES:${PN}-dbg += "\ |
| 16 | ${datadir}/ti/examples/mpm/*/.debug \ | 16 | ${datadir}/ti/examples/mpm/*/.debug \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| @@ -28,4 +28,4 @@ do_install() { | |||
| 28 | cp -r ${S}/test ${D}${datadir}/ti/examples/mpm | 28 | cp -r ${S}/test ${D}${datadir}/ti/examples/mpm |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | INSANE_SKIP_${PN} = "ldflags staticdev" | 31 | INSANE_SKIP:${PN} = "ldflags staticdev" |
