diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-03-04 04:51:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-04 12:12:42 -0500 |
commit | 6702fcf9922a05050c8f756f8190ea0bf34f4c6e (patch) | |
tree | bf3e5e70f192f49e39b71ee140cd846c4f132f6b /recipes-ti/multiprocmgr | |
parent | 4586cebb08defc8a1789246711b9b686281db3d6 (diff) | |
download | meta-ti-6702fcf9922a05050c8f756f8190ea0bf34f4c6e.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/multiprocmgr')
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr.inc | 8 |
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" | |||
8 | MULTIPROCMGR_GIT_PROTOCOL = "git" | 8 | MULTIPROCMGR_GIT_PROTOCOL = "git" |
9 | MULTIPROCMGR_GIT_BRANCH = "master" | 9 | MULTIPROCMGR_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 |
12 | MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda" | 12 | MULTIPROCMGR_SRCREV = "" |
13 | 13 | ||
14 | PV = "3.0.0.2" | 14 | PV = "3.0.1.0" |
15 | INC_PR = "r2" | 15 | INC_PR = "r0" |
16 | 16 | ||
17 | BRANCH = "${MULTIPROCMGR_GIT_BRANCH}" | 17 | BRANCH = "${MULTIPROCMGR_GIT_BRANCH}" |
18 | SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}" | 18 | SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}" |