diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-11-26 04:07:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-30 16:45:51 -0500 |
commit | b2eabd892abd76a0688210cbd801ad0c0414c237 (patch) | |
tree | 5f1eb8fb93a4e40605188b8e88ad5fa7a3bb5d0c /recipes-ti/multiprocmgr | |
parent | 91ba0c77fbc0a8447d640b55358867473f304eda (diff) | |
download | meta-ti-b2eabd892abd76a0688210cbd801ad0c0414c237.tar.gz |
multiprocmgr: Update to new version 3.0.0.0
- Update to work with kernel version 4.1 and also other uio driver
changes.
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 d9360b58..94fa7076 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 = "master" | 7 | BRANCH = "linux41" |
8 | # The following commits correspond to DEV.MPM-2.00.01.10D | 8 | # The following commits correspond to DEV.MPM-3.00.00.00_ENG |
9 | SRCREV = "4cb6009d6a3c94cea41ae6155a974e9ca44d982f" | 9 | SRCREV = "158e7d419662b482a089fb66ecdfced1104654ae" |
10 | PV = "2.0.1.10" | 10 | PV = "3.0.0.0" |
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 | ||