summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-03-04 04:51:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-04 12:12:24 -0500
commitcd70a13b89df564244aa89b36560b425b84d1323 (patch)
tree912947342ed96d4149f31901674b832d8635d803 /recipes-ti
parent5558d1f4bc6bd6d2b27b21a939215e1775646852 (diff)
downloadmeta-ti-cd70a13b89df564244aa89b36560b425b84d1323.tar.gz
multiprocmgr: Update to new verison 3.0.1.0
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc
index 122ac0f7..915ac7a7 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr.inc
+++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
@@ -8,11 +8,11 @@ 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.00.02 11# The following commits correspond to DEV.MPM-3.00.01.00
12MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda" 12MULTIPROCMGR_SRCREV = ""
13 13
14PV = "3.0.0.2" 14PV = "3.0.1.0"
15INC_PR = "r2" 15INC_PR = "r0"
16 16
17BRANCH = "${MULTIPROCMGR_GIT_BRANCH}" 17BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
18SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}" 18SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}"