diff --git a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb index b05cd44e..8605cf19 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr-test_git.bb @@ -2,6 +2,8 @@ DESCRIPTION = "TI Multiproc Manager test code" include multiprocmgr.inc +PR = "${INC_PR}.0" + DEPENDS = "multiprocmgr cmem" RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc index ebe2eee0..122ac0f7 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr.inc +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc @@ -4,11 +4,18 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4" SECTION = "console" COMPATIBLE_MACHINE = "keystone" -BRANCH = "master" -# The following commits correspond to DEV.MPM-3.00.00.02 -SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda" -PV = "3.0.0.2" +MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git" +MULTIPROCMGR_GIT_PROTOCOL = "git" +MULTIPROCMGR_GIT_BRANCH = "master" -SRC_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git;protocol=git;branch=${BRANCH}" +# The following commits correspond to DEV.MPM-3.00.00.02 +MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda" + +PV = "3.0.0.2" +INC_PR = "r2" + +BRANCH = "${MULTIPROCMGR_GIT_BRANCH}" +SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}" +SRCREV = "${MULTIPROCMGR_SRCREV}" S = "${WORKDIR}/git" diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb index c903f3a7..38d4cebb 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb @@ -3,7 +3,7 @@ SUMMARY = "Provides download, debug and other utilities for other cores in the S include multiprocmgr.inc -PR = "r1" +PR = "${INC_PR}.0" DEPENDS = "mpm-transport libdaemon virtual/kernel" RDEPENDS_${PN} = "syslog-ng"