summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-kernel/lttng
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-control_0.87.bb19
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_0.5.bb22
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb22
3 files changed, 63 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.87.bb b/meta/recipes-kernel/lttng/lttng-control_0.87.bb
new file mode 100644
index 0000000000..da6a6c6e5e
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-control_0.87.bb
@@ -0,0 +1,19 @@
1SECTION = "devel"
2DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3extract program execution details from the Linux operating system and \
4interpret them."
5LICENSE = "GPL"
6
7PR = "r0"
8
9LTTDATE = "09062010"
10
11SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
12
13S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
14
15inherit autotools
16
17export KERNELDIR="${STAGING_KERNEL_DIR}"
18
19FILES_${PN} += "${datadir}/ltt-control/facilities/*"
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.5.bb b/meta/recipes-kernel/lttng/lttng-ust_0.5.bb
new file mode 100644
index 0000000000..4214423f1c
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-ust_0.5.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code"
2HOMEPAGE = "http://lttng.org/ust"
3BUGTRACKER = "n/a"
4
5# In the source directory, doc/manual/ust.html says ustctl/libustcmd/ustd are
6# licensed as GPL v2, but the source codes of ustctl/libustcmd/ustd have a
7# LGPLv2.1+ header; the files in snprintf/ have a BSD header.
8LICENSE = "LGPV2.1+ & BSD"
9LIC_FILES_CHKSUM = "file://COPYING;md5=7d50af17ae17a349e5a8b77852e6395b \
10 file://ustctl/ustctl.c;endline=16;md5=eceeaab8a5574f24d62f7950b9d1adf4 \
11 file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44"
12
13DEPENDS = "liburcu"
14
15PR = "r0"
16
17SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
18
19S = "${WORKDIR}/ust-${PV}"
20
21inherit autotools
22
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb
new file mode 100644
index 0000000000..a1786071ec
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.8.84.bb
@@ -0,0 +1,22 @@
1SECTION = "devel"
2DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3extract program execution details from the Linux operating system and \
4interpret them."
5LICENSE = "GPL"
6PR = "r0"
7DEPENDS = "gtk+ pango popt"
8
9ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007"
10
11SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
12S = "${WORKDIR}/${ALTNAME}"
13
14inherit autotools
15
16LEAD_SONAME = "liblttvtraceread*"
17
18FILES_${PN} += "\
19 ${libdir}/lttv/plugins/*.so \
20 ${datadir}/LinuxTraceToolkitViewer/facilities/* \
21 ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
22FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"