All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] oprofile-example: Create oprofile-example application
@ 2012-08-13 15:57 Franklin S Cooper Jr
  2012-08-13 15:57 ` [PATCH] matrix-gui-oprofile-demos: Update RDEPENDS Franklin S Cooper Jr
  2012-08-13 15:57 ` [meta-argo][PATCH] am-sysinfo: Remove oprofile-example Franklin S Cooper Jr
  0 siblings, 2 replies; 7+ messages in thread
From: Franklin S Cooper Jr @ 2012-08-13 15:57 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S Cooper Jr

* This application was split from am-sysinfo.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
---
 .../oprofile-example/oprofile-example_git.bb       |   30 ++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb

diff --git a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb
new file mode 100644
index 0000000..79278fb
--- /dev/null
+++ b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "OProfile Example"
+HOMEPAGE = "https://gitorious.org/oprofile-example"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://signal_parent.c;beginline=1;endline=37;md5=3c72149bb458105db5d2e6fbcb2da66e"
+
+SECTION = "system"
+
+PACKAGE_STRIP = "no"
+
+PR = "r0"
+
+BRANCH ?= "master"
+SRCREV = "875147fcaf0706f91b1bcbf9d80821de78257955"
+
+SRC_URI = "git://gitorious.org/oprofile-example/oprofile-example.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+
+do_compile() {
+    install -d  ${S}/Debug
+    install -d  ${S}/Debug1
+	${CC} ${CFLAGS} ${LDFLAGS} -o Debug/signal_parent signal_parent.c
+	${CC} ${CFLAGS} -DUSE_SIGNALS ${LDFLAGS} -o Debug1/signal_parent.opt signal_parent.c
+}
+
+do_install() {
+	install -d ${D}/${bindir}
+	install -m 0755 ${S}/Debug/signal_parent ${D}/${bindir}
+	install -m 0755 ${S}/Debug1/signal_parent.opt ${D}/${bindir}
+}
-- 
1.7.0.4



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

end of thread, other threads:[~2012-08-15 19:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 15:57 [PATCH] oprofile-example: Create oprofile-example application Franklin S Cooper Jr
2012-08-13 15:57 ` [PATCH] matrix-gui-oprofile-demos: Update RDEPENDS Franklin S Cooper Jr
2012-08-14 15:46   ` Denys Dmytriyenko
2012-08-14 21:11     ` Cooper Jr., Franklin
2012-08-15 19:30       ` Denys Dmytriyenko
2012-08-13 15:57 ` [meta-argo][PATCH] am-sysinfo: Remove oprofile-example Franklin S Cooper Jr
2012-08-13 15:51   ` Cooper Jr., Franklin

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.