All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sajesh Kumar Saran <sajesh@ti.com>
To: <meta-arago@arago-project.org>
Subject: [PATCH] Added ti-multiproc manager recipe for KeyStone2 devices
Date: Thu, 14 Feb 2013 17:28:40 -0500	[thread overview]
Message-ID: <1360880920-24652-1-git-send-email-sajesh@ti.com> (raw)


Signed-off-by: Sajesh Kumar Saran <sajesh@ti.com>
---
 .../multiprocmgr/ti-multiprocmgr_git.bb            |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-arago-distro/recipes-devtools/multiprocmgr/ti-multiprocmgr_git.bb

diff --git a/meta-arago-distro/recipes-devtools/multiprocmgr/ti-multiprocmgr_git.bb b/meta-arago-distro/recipes-devtools/multiprocmgr/ti-multiprocmgr_git.bb
new file mode 100644
index 0000000..c72bc7d
--- /dev/null
+++ b/meta-arago-distro/recipes-devtools/multiprocmgr/ti-multiprocmgr_git.bb
@@ -0,0 +1,19 @@
+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"
+
+PR = "r2"
+
+BRANCH ?= "master"
+SRCREV = "${AUTOREV}"
+
+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
+}
-- 
1.7.9.5



             reply	other threads:[~2013-02-14 22:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-14 22:28 Sajesh Kumar Saran [this message]
2013-02-15  1:20 ` [PATCH] Added ti-multiproc manager recipe for KeyStone2 devices Denys Dmytriyenko
2013-02-15  1:34   ` Saran, Sajesh Kumar
2013-02-15  1:36     ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360880920-24652-1-git-send-email-sajesh@ti.com \
    --to=sajesh@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.