diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2015-01-16 18:20:26 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-01-21 15:15:14 -0500 |
| commit | a9fe62d130146ed94dc248f35c563c1e76206517 (patch) | |
| tree | 82112da40dab180b6325a5a0749b29f51c728064 /recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | |
| parent | 73d028e699ad28120e83e93d5da596e9f05f4420 (diff) | |
| download | meta-ti-a9fe62d130146ed94dc248f35c563c1e76206517.tar.gz | |
multiprocmgr: Update to new version of MPM 2.0.1.7
- Recipe split into main and test recipes.
- Added dependency on mpm-transport & libdaemon & syslog-ng
- Added startup scripts for daemon
- Removed PR
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb new file mode 100644 index 00000000..b05cd44e --- /dev/null +++ b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "TI Multiproc Manager test code" | ||
| 2 | |||
| 3 | include multiprocmgr.inc | ||
| 4 | |||
| 5 | DEPENDS = "multiprocmgr cmem" | ||
| 6 | RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" | ||
| 7 | |||
| 8 | CC += "-I${STAGING_KERNEL_DIR}/include" | ||
| 9 | |||
| 10 | do_compile() { | ||
| 11 | make -C ${S} test | ||
| 12 | } | ||
| 13 | |||
| 14 | do_install() { | ||
| 15 | install -d ${D}${bindir}/ | ||
| 16 | install -c -m 755 ${S}/test/filetestdemo/host/bin/demo_filetest ${D}${bindir}/mpm_demo_filetest | ||
| 17 | install -c -m 755 ${S}/test/sync_test/host/bin/sync_test ${D}${bindir}/mpm_sync_test | ||
| 18 | } | ||
