[meta-ti] Sam Nelson : multiprocmgr: Moved recipe verbatim from meta-arago

Arago Project git git at arago-project.org
Wed Jan 21 12:38:00 PST 2015


Module: meta-ti
Branch: daisy
Commit: aaf20a0b753e180a0e019f1fb38a6c9ce95466d2
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=aaf20a0b753e180a0e019f1fb38a6c9ce95466d2

Author: Sam Nelson <sam.nelson at ti.com>
Date:   Fri Jan 16 18:20:25 2015 +0000

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 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 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 0000000..3f2e52c
--- /dev/null
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "TI Multiproc Manager for KeyStone II"
+HOMEPAGE = "http://gtgit01.gt.design.ti.com/git/?p=projects/multiprocmgr.git;a=summary"
+LICENSE = "BSD & MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4"
+SECTION = "console"
+COMPATIBLE_MACHINE = "keystone"
+
+PR = "r1"
+
+BRANCH ?= "master"
+SRCREV = "8a97fb5c2c06d5f02d30106629f27fe0ca8a4f95"
+
+SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/multiprocmgr.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+	install -d ${D}${bindir}/
+	install -c -m 755 ${S}/mpmsrv ${D}${bindir}/mpmsrv
+}



More information about the meta-ti mailing list