summaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr/multiprocmgr.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/multiprocmgr/multiprocmgr.inc')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc
deleted file mode 100644
index 64fb6f6f..00000000
--- a/recipes-ti/multiprocmgr/multiprocmgr.inc
+++ /dev/null
@@ -1,21 +0,0 @@
1HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-linux/multi-proc-manager.git"
2LICENSE = "BSD-3-Clause & MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4"
4SECTION = "console"
5COMPATIBLE_MACHINE = "keystone"
6
7MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git"
8MULTIPROCMGR_GIT_PROTOCOL = "git"
9MULTIPROCMGR_GIT_BRANCH = "master"
10
11# The following commits correspond to DEV.MPM-3.00.05.00
12MULTIPROCMGR_SRCREV = "810d8a31c797d07abe808cb3fa89465fa934d4dd"
13
14PV = "3.0.5.0"
15INC_PR = "r1"
16
17BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
18SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}"
19SRCREV = "${MULTIPROCMGR_SRCREV}"
20
21S = "${WORKDIR}/git"