summaryrefslogtreecommitdiff
path: root/openembedded/packages/lttng/lttng-control_0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/lttng/lttng-control_0.6.bb')
-rw-r--r--openembedded/packages/lttng/lttng-control_0.6.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/openembedded/packages/lttng/lttng-control_0.6.bb b/openembedded/packages/lttng/lttng-control_0.6.bb
new file mode 100644
index 000000000..e266ea5e9
--- /dev/null
+++ b/openembedded/packages/lttng/lttng-control_0.6.bb
@@ -0,0 +1,33 @@
+SECTION = "devel"
+DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
+extract program execution details from the Linux operating system and \
+interpret them."
+LICENSE = "GPL"
+MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>"
+
+SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-28042006.tar.gz"
+
+S = "${WORKDIR}/ltt-control-${PV}-28042006"
+
+inherit autotools
+#inherit module
+
+export KERNELDIR="${STAGING_KERNEL_DIR}"
+
+#INHIBIT_PACKAGE_STRIP = "1"
+#EXTRA_OECONF = "--without-rtai \
+# --without-gtk"
+
+#do_configure () {
+# rm -f ${S}/acinclude.m4
+# autotools_do_configure
+#}
+
+#o_install() {
+# install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
+# install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
+#
+
+
+#ILES = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}"
+FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file