1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

multiprocmgr: Update to new version 3.0.2.0

This version add dependce on CMEM

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2016-12-17 04:40:18 +00:00
committed by Denys Dmytriyenko
parent 9b921d910c
commit 9740942a7b
2 changed files with 4 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git"
MULTIPROCMGR_GIT_PROTOCOL = "git"
MULTIPROCMGR_GIT_BRANCH = "master"
# The following commits correspond to DEV.MPM-3.00.01.00
MULTIPROCMGR_SRCREV = "6c2c0f7d14d34eb9074c6d6a6bd112da3751fb7e"
# The following commits correspond to DEV.MPM-3.00.02.00
MULTIPROCMGR_SRCREV = "303692fe954f36df91c90c300875a6587cb23556"
PV = "3.0.1.0"
PV = "3.0.2.0"
INC_PR = "r0"
BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"

View File

@@ -7,7 +7,7 @@ SRC_URI_append = " file://mpmsrv-daemon.service"
PR = "${INC_PR}.1"
DEPENDS = "mpm-transport libdaemon virtual/kernel"
DEPENDS = "mpm-transport libdaemon virtual/kernel cmem"
RDEPENDS_${PN} = "syslog-ng"
PACKAGE_ARCH = "${MACHINE_ARCH}"