From ff18a7ad8cde523f1a692893a63da2fa01943137 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Tue, 18 Jul 2017 08:52:22 +0000 Subject: [PATCH] multiprocmgr: Update to new version 3.0.3.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 b8bbb567..441f44af 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.02.00 -MULTIPROCMGR_SRCREV = "303692fe954f36df91c90c300875a6587cb23556" +# The following commits correspond to DEV.MPM-3.00.03.00 +MULTIPROCMGR_SRCREV = "c18c02bb655bae5c88d357b5810ccc69e6f1e128" -PV = "3.0.2.0" +PV = "3.0.3.0" INC_PR = "r0" BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"