From 74a8f307643805b75131a331b8b07a34b2936758 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Thu, 26 Nov 2015 04:07:23 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/multiprocmgr/multiprocmgr.inc | 8 ++++---- 1 file 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" SECTION = "console" COMPATIBLE_MACHINE = "keystone" -BRANCH = "master" -# The following commits correspond to DEV.MPM-2.00.01.10D -SRCREV = "4cb6009d6a3c94cea41ae6155a974e9ca44d982f" -PV = "2.0.1.10" +BRANCH = "linux41" +# The following commits correspond to DEV.MPM-3.00.00.00_ENG +SRCREV = "158e7d419662b482a089fb66ecdfced1104654ae" +PV = "3.0.0.0" SRC_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git;protocol=git;branch=${BRANCH}"