All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug
@ 2013-03-29 13:50 Chase Maupin
  2013-03-29 13:50 ` [PATCH 2/4] arago-source-ipk: Add sourceipk for omapconf Chase Maupin
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Chase Maupin @ 2013-03-29 13:50 UTC (permalink / raw)
  To: meta-arago

* The omapconf utility gives useful information about the
  state of the OMAP device and can be used in debug and testing.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 .../recipes-devtools/omapconf/omapconf_git.bb      |   25 ++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb

diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
new file mode 100644
index 0000000..9fcd88d
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Diagnostic tool for TI OMAP processors"
+HOMEPAGE = "https://github.com/omapconf/omapconf"
+
+LICENSE = "GPLv2 BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
+
+PV = "1.66"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "omap-a15"
+
+BRANCH ?= "master"
+SRCREV = "418b94bde60dbd3f85a0afb6e4d2a808cfb104cd"
+
+SRC_URI = "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+
+do_compile () {
+    oe_runmake CROSS_COMPILE=${TARGET_PREFIX} install
+}
+
+do_install () {
+    oe_runmake DESTDIR=${D}${bindir} install
+}
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-03-29 17:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29 13:50 [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug Chase Maupin
2013-03-29 13:50 ` [PATCH 2/4] arago-source-ipk: Add sourceipk for omapconf Chase Maupin
2013-03-29 13:50 ` [PATCH 3/4] tisdk-packagegroups: Add omapconf Chase Maupin
2013-03-29 13:50 ` [PATCH 4/4] ti-tisdk-makefile: Add omapconf targets Chase Maupin
2013-03-29 17:01 ` [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug Denys Dmytriyenko
2013-03-29 17:06   ` Maupin, Chase
2013-03-29 17:11     ` Denys Dmytriyenko
2013-03-29 17:18       ` Maupin, Chase
2013-03-29 17:23         ` Denys Dmytriyenko
2013-03-29 17:25           ` Maupin, Chase
2013-03-29 17:29             ` Denys Dmytriyenko

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.