summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-27 19:59:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-28 13:21:33 -0500
commit401b85924a57c336c500b907794ca9b4893a36da (patch)
treeb955b0978d1be4be24e0617077e8335954be5b1b /recipes-ti/multiprocmgr
parentcbe0d8c8fd42ff546756c89c330173b00efb5ad1 (diff)
downloadmeta-ti-401b85924a57c336c500b907794ca9b4893a36da.tar.gz
multiprocmgr: Clean up recipes
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/multiprocmgr')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr-test_git.bb2
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr.inc13
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb2
3 files changed, 13 insertions, 4 deletions
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"
2 2
3include multiprocmgr.inc 3include multiprocmgr.inc
4 4
5PR = "${INC_PR}.0"
6
5DEPENDS = "multiprocmgr cmem" 7DEPENDS = "multiprocmgr cmem"
6RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem" 8RDEPENDS_${PN} = "multiprocmgr mpm-transport cmem"
7 9
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"
4SECTION = "console" 4SECTION = "console"
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6 6
7BRANCH = "master" 7MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git"
8MULTIPROCMGR_GIT_PROTOCOL = "git"
9MULTIPROCMGR_GIT_BRANCH = "master"
10
8# The following commits correspond to DEV.MPM-3.00.00.02 11# The following commits correspond to DEV.MPM-3.00.00.02
9SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda" 12MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda"
13
10PV = "3.0.0.2" 14PV = "3.0.0.2"
15INC_PR = "r2"
11 16
12SRC_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git;protocol=git;branch=${BRANCH}" 17BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
18SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}"
19SRCREV = "${MULTIPROCMGR_SRCREV}"
13 20
14S = "${WORKDIR}/git" 21S = "${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
3 3
4include multiprocmgr.inc 4include multiprocmgr.inc
5 5
6PR = "r1" 6PR = "${INC_PR}.0"
7 7
8DEPENDS = "mpm-transport libdaemon virtual/kernel" 8DEPENDS = "mpm-transport libdaemon virtual/kernel"
9RDEPENDS_${PN} = "syslog-ng" 9RDEPENDS_${PN} = "syslog-ng"