diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-12-15 20:11:46 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-12-15 11:59:32 -0500 |
commit | 7ab0b57b8f3f658e9b736bbe6cc7aed9cb7fbfc2 (patch) | |
tree | 06ee76338ab68fed8adc7f64a2a7e4373f183450 | |
parent | 683234582930d2da2679c297a846377532946794 (diff) | |
download | meta-ti-7ab0b57b8f3f658e9b736bbe6cc7aed9cb7fbfc2.tar.gz |
multiprocmgr: Update to new version 3.0.0.2
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc index f8753966..ebe2eee0 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr.inc +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc | |||
@@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4" | |||
4 | SECTION = "console" | 4 | SECTION = "console" |
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone" |
6 | 6 | ||
7 | BRANCH = "linux41" | 7 | BRANCH = "master" |
8 | # The following commits correspond to DEV.MPM-3.00.00.01_ENG | 8 | # The following commits correspond to DEV.MPM-3.00.00.02 |
9 | SRCREV = "c1c245814b835509b99d144b52e00316665ac477" | 9 | SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda" |
10 | PV = "3.0.0.1" | 10 | PV = "3.0.0.2" |
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 | ||