summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-12-17 04:40:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-12-19 18:18:31 -0500
commitba0725afde91841d004244daf64ba972355e4b83 (patch)
treeee7452cf0266310fc317f7961ea499c5c310807a
parente3bf02aa14a70cd833cd4a17cb8853bdb0f2252d (diff)
downloadmeta-ti-ba0725afde91841d004244daf64ba972355e4b83.tar.gz
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>
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr.inc6
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc
index 9c134c44..b8bbb567 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr.inc
+++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
@@ -8,10 +8,10 @@ MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git"
8MULTIPROCMGR_GIT_PROTOCOL = "git" 8MULTIPROCMGR_GIT_PROTOCOL = "git"
9MULTIPROCMGR_GIT_BRANCH = "master" 9MULTIPROCMGR_GIT_BRANCH = "master"
10 10
11# The following commits correspond to DEV.MPM-3.00.01.00 11# The following commits correspond to DEV.MPM-3.00.02.00
12MULTIPROCMGR_SRCREV = "6c2c0f7d14d34eb9074c6d6a6bd112da3751fb7e" 12MULTIPROCMGR_SRCREV = "303692fe954f36df91c90c300875a6587cb23556"
13 13
14PV = "3.0.1.0" 14PV = "3.0.2.0"
15INC_PR = "r0" 15INC_PR = "r0"
16 16
17BRANCH = "${MULTIPROCMGR_GIT_BRANCH}" 17BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index 2960ee35..cafcd980 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -7,7 +7,7 @@ SRC_URI_append = " file://mpmsrv-daemon.service"
7 7
8PR = "${INC_PR}.1" 8PR = "${INC_PR}.1"
9 9
10DEPENDS = "mpm-transport libdaemon virtual/kernel" 10DEPENDS = "mpm-transport libdaemon virtual/kernel cmem"
11RDEPENDS_${PN} = "syslog-ng" 11RDEPENDS_${PN} = "syslog-ng"
12 12
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"