summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-01-16 18:20:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-01-21 15:15:10 -0500
commit73d028e699ad28120e83e93d5da596e9f05f4420 (patch)
treefaba104e8a7db567ef948587c0daf627101d3d90 /recipes-ti
parentca6a156ea89a1632cf3d97dafece66ea26784894 (diff)
downloadmeta-ti-73d028e699ad28120e83e93d5da596e9f05f4420.tar.gz
multiprocmgr: Moved recipe verbatim from meta-arago
- Original location: meta-arago: meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
new file mode 100644
index 00000000..3f2e52c6
--- /dev/null
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "TI Multiproc Manager for KeyStone II"
2HOMEPAGE = "http://gtgit01.gt.design.ti.com/git/?p=projects/multiprocmgr.git;a=summary"
3LICENSE = "BSD & MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4"
5SECTION = "console"
6COMPATIBLE_MACHINE = "keystone"
7
8PR = "r1"
9
10BRANCH ?= "master"
11SRCREV = "8a97fb5c2c06d5f02d30106629f27fe0ca8a4f95"
12
13SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/multiprocmgr.git;protocol=git;branch=${BRANCH}"
14
15S = "${WORKDIR}/git"
16
17do_install() {
18 install -d ${D}${bindir}/
19 install -c -m 755 ${S}/mpmsrv ${D}${bindir}/mpmsrv
20}