diff options
author | Sam Nelson <sam.nelson@ti.com> | 2015-01-16 18:20:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-01-21 15:15:10 -0500 |
commit | 73d028e699ad28120e83e93d5da596e9f05f4420 (patch) | |
tree | faba104e8a7db567ef948587c0daf627101d3d90 /recipes-ti | |
parent | ca6a156ea89a1632cf3d97dafece66ea26784894 (diff) | |
download | meta-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.bb | 20 |
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 @@ | |||
1 | DESCRIPTION = "TI Multiproc Manager for KeyStone II" | ||
2 | HOMEPAGE = "http://gtgit01.gt.design.ti.com/git/?p=projects/multiprocmgr.git;a=summary" | ||
3 | LICENSE = "BSD & MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4" | ||
5 | SECTION = "console" | ||
6 | COMPATIBLE_MACHINE = "keystone" | ||
7 | |||
8 | PR = "r1" | ||
9 | |||
10 | BRANCH ?= "master" | ||
11 | SRCREV = "8a97fb5c2c06d5f02d30106629f27fe0ca8a4f95" | ||
12 | |||
13 | SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/multiprocmgr.git;protocol=git;branch=${BRANCH}" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | do_install() { | ||
18 | install -d ${D}${bindir}/ | ||
19 | install -c -m 755 ${S}/mpmsrv ${D}${bindir}/mpmsrv | ||
20 | } | ||