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 | |
| 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')
| -rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | 12 | ||||
| -rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | 10 | ||||
| -rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr_git.bb | 4 |
3 files changed, 13 insertions, 13 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb index 7a6e0f63..41efe38b 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "ti-cgt6x-native" | |||
| 9 | PR = "${INC_PR}.2" | 9 | PR = "${INC_PR}.2" |
| 10 | 10 | ||
| 11 | PACKAGES =+ "${PN}-test" | 11 | PACKAGES =+ "${PN}-test" |
| 12 | FILES_${PN}-test = "${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin/*.out \ | 12 | FILES:${PN}-test = "${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin/*.out \ |
| 13 | ${datadir}/ti/examples/mpm/test/sync_test/c66x/bin/*.out" | 13 | ${datadir}/ti/examples/mpm/test/sync_test/c66x/bin/*.out" |
| 14 | 14 | ||
| 15 | EXTRA_OEMAKE = "LOCAL_SYSROOT="${STAGING_DIR_TARGET}" \ | 15 | EXTRA_OEMAKE = "LOCAL_SYSROOT="${STAGING_DIR_TARGET}" \ |
| @@ -35,10 +35,10 @@ do_install() { | |||
| 35 | ${D}${datadir}/ti/examples/mpm/test/sync_test/c66x/bin/ | 35 | ${D}${datadir}/ti/examples/mpm/test/sync_test/c66x/bin/ |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | FILES_${PN}-dev += "${MPM_INSTALL_DIR_RECIPE}" | 38 | FILES:${PN}-dev += "${MPM_INSTALL_DIR_RECIPE}" |
| 39 | INSANE_SKIP_${PN}-dev = "arch" | 39 | INSANE_SKIP:${PN}-dev = "arch" |
| 40 | INSANE_SKIP_${PN}-test = "arch" | 40 | INSANE_SKIP:${PN}-test = "arch" |
| 41 | 41 | ||
| 42 | RDEPENDS_${PN}-dev = "bash" | 42 | RDEPENDS:${PN}-dev = "bash" |
| 43 | 43 | ||
| 44 | ALLOW_EMPTY_${PN} = "1" | 44 | ALLOW_EMPTY:${PN} = "1" |
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" |
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb index 07512603..1bd24885 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb | |||
| @@ -16,7 +16,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 16 | INITSCRIPT_NAME = "mpmsrv-daemon.sh" | 16 | INITSCRIPT_NAME = "mpmsrv-daemon.sh" |
| 17 | INITSCRIPT_PARAMS = "defaults 10" | 17 | INITSCRIPT_PARAMS = "defaults 10" |
| 18 | 18 | ||
| 19 | SYSTEMD_SERVICE_${PN} = "mpmsrv-daemon.service" | 19 | SYSTEMD_SERVICE:${PN} = "mpmsrv-daemon.service" |
| 20 | 20 | ||
| 21 | inherit update-rc.d systemd | 21 | inherit update-rc.d systemd |
| 22 | 22 | ||
| @@ -41,4 +41,4 @@ do_install() { | |||
| 41 | chown -R root:root ${D}${libdir}/ | 41 | chown -R root:root ${D}${libdir}/ |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | INSANE_SKIP_${PN} = "ldflags" | 44 | INSANE_SKIP:${PN} = "ldflags" |
