1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 02:42:34 +00:00

multiprocmgr: Clean up recipes

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2016-01-27 19:59:08 +00:00
committed by Denys Dmytriyenko
parent cbe0d8c8fd
commit 401b85924a
3 changed files with 15 additions and 6 deletions
@@ -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"
+12 -5
View File
@@ -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"
+1 -1
View File
@@ -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"