From 937b5f5dffe1d0c8f470ad150755af4810f29699 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Fri, 11 Aug 2017 02:38:08 +0000 Subject: [PATCH] multiprocmgr: Update to new version 3.0.4.0 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 441f44af..998e5507 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr.inc +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc @@ -8,10 +8,10 @@ MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git" MULTIPROCMGR_GIT_PROTOCOL = "git" MULTIPROCMGR_GIT_BRANCH = "master" -# The following commits correspond to DEV.MPM-3.00.03.00 -MULTIPROCMGR_SRCREV = "c18c02bb655bae5c88d357b5810ccc69e6f1e128" +# The following commits correspond to DEV.MPM-3.00.04.00 +MULTIPROCMGR_SRCREV = "21579a066b469ff4620e7cff12803ae152880bb5" -PV = "3.0.3.0" +PV = "3.0.4.0" INC_PR = "r0" BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"