summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr/multiprocmgr_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transportsDenys Dmytriyenko2022-02-221-44/+0
| | | | | | | | Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* meta-ti: convert to new override syntax in honisterDenys Dmytriyenko2021-08-171-2/+2
| | | | | | | | | | 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>
* multiprocmgr: update to latest, drop upstreamed patchesDenys Dmytriyenko2020-02-171-2/+0
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: swap SUMMARY and DESCRIPTION fieldsDenys Dmytriyenko2020-02-121-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: do not mix kernel and user-space headers, fully depend on uapiDenys Dmytriyenko2020-02-111-2/+1
| | | | | | | | | | As multiprocmgr is a user-space app and should only use uapi headers, drop extra -I for the kernel headers. Patch out any assumptions of direct access to the kernel headers. Cc: Suman Anna <s-anna@ti.com> Cc: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: install both mpmsrv sysvinit initscript and systemd unit fileDenys Dmytriyenko2019-01-281-9/+5
| | | | | | | | Since both systemd and update-rc.d classes are inherited, not having a corresponding file results in postinst function to fail, which is a hard error now. Having both init files installed does not affect functionality. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: don't hardcode "uapi" kernel locationDenys Dmytriyenko2018-04-241-3/+6
| | | | | | | This way keystone_remoteproc.h can also be found in sysroots, when available. Otherwise it can fall back to using kernel sources directly. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sa-lld-test, multiprocmgr: suppress no GNU_HASH warningsDenys Dmytriyenko2018-04-241-0/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: fix host contamination warningsDenys Dmytriyenko2018-04-241-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr, mpm-transport: do not depend on syslog-ng, not in meta-ti or ↵Denys Dmytriyenko2018-03-041-1/+0
| | | | | | oe-core Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Update to new version 3.0.2.0Sam Nelson2016-12-191-1/+1
| | | | | | | This version add dependce on CMEM Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: add systemd serviceJacob Stiffler2016-10-241-4/+15
| | | | | | | | | * The multiprocmgr's mpmsrv daemon requires a set of kernel modules to be loaded prior to initialization. * Add a systemd service so that these dependencies may be specified. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Clean up recipesJacob Stiffler2016-01-281-1/+1
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: mark as machine-specific due to kernel dependencyDenys Dmytriyenko2015-12-151-0/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Add virutal/kernel dependency.Jacob Stiffler2015-03-171-1/+1
| | | | | | | * "linux/remoteproc_user.h" is included by ./src/daemon/mpmdlif.c Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* multiprocmgr: Update to new version of MPM 2.0.1.7Sam Nelson2015-01-211-11/+23
| | | | | | | | | | - 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>
* multiprocmgr: Moved recipe verbatim from meta-aragoSam Nelson2015-01-211-0/+20
- Original location: meta-arago: meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>