diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-10-20 01:39:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-10-19 17:11:23 -0400 |
commit | 8d9332046550857221316262b6f47ab88938a8a7 (patch) | |
tree | c283de6f9c50f6ff56e7020a8bb864505df2bfbf /recipes-ti/multiprocmgr | |
parent | be30f1f502994ff28319d430ec8d1b00a1ffd8b5 (diff) | |
download | meta-ti-8d9332046550857221316262b6f47ab88938a8a7.tar.gz |
multiprocmgr: Update to new version 2.0.1.10
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc index 1d9b3265..d9360b58 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 = "master" | 7 | BRANCH = "master" |
8 | # The following commits correspond to DEV.MPM-2.00.01.08 | 8 | # The following commits correspond to DEV.MPM-2.00.01.10D |
9 | SRCREV = "ae3d5630b7c7ce5a795d56bd58957175402a0d17" | 9 | SRCREV = "4cb6009d6a3c94cea41ae6155a974e9ca44d982f" |
10 | PV = "2.0.1.8" | 10 | PV = "2.0.1.10" |
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 | ||