diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-12-05 07:58:26 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-12-04 22:10:09 -0500 |
commit | e19d18cc494d3c9dfb96fc0a5eb34c8f140e73ac (patch) | |
tree | 5d631d4874d706447474ebc4baff40213ed50f26 | |
parent | 14acfd3059f7a96d3397916aa250ee0d258fbeee (diff) | |
download | meta-ti-e19d18cc494d3c9dfb96fc0a5eb34c8f140e73ac.tar.gz |
multiprocmgr: Update to new version 3.0.0.1_eng
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc index 94fa7076..f8753966 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr.inc +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc | |||
@@ -5,9 +5,9 @@ SECTION = "console" | |||
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone" |
6 | 6 | ||
7 | BRANCH = "linux41" | 7 | BRANCH = "linux41" |
8 | # The following commits correspond to DEV.MPM-3.00.00.00_ENG | 8 | # The following commits correspond to DEV.MPM-3.00.00.01_ENG |
9 | SRCREV = "158e7d419662b482a089fb66ecdfced1104654ae" | 9 | SRCREV = "c1c245814b835509b99d144b52e00316665ac477" |
10 | PV = "3.0.0.0" | 10 | PV = "3.0.0.1" |
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git;protocol=git;branch=${BRANCH}" |
13 | 13 | ||