From 0a47b71b8c4222ca5136584aed15acbc218b199e Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Mon, 13 Apr 2015 23:59:17 +0000 Subject: [PATCH] multiprocmgr: Update to new version 2.0.1.8 Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- recipes-ti/multiprocmgr/multiprocmgr.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc index 26c89590..1d9b3265 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr.inc +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc @@ -5,9 +5,9 @@ SECTION = "console" COMPATIBLE_MACHINE = "keystone" BRANCH = "master" -# The following commits correspond to DEV.MPM-2.00.01.07 -SRCREV = "b79e1cdaed78014569d82cf2f748d3f5f91623ee" -PV = "2.0.1.7" +# The following commits correspond to DEV.MPM-2.00.01.08 +SRCREV = "ae3d5630b7c7ce5a795d56bd58957175402a0d17" +PV = "2.0.1.8" SRC_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git;protocol=git;branch=${BRANCH}"