diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-21 05:31:04 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-30 23:30:27 -0700 |
commit | 38bf4fc828652ba5daeaaf53afca5c1d404bf6d9 (patch) | |
tree | 7033e1b2037ab404adcb75a0ed6a08b37e5bf5a9 /meta/packages/lttng | |
parent | c2289c54714af00c6c85523400299bccf066e43d (diff) | |
download | poky-38bf4fc828652ba5daeaaf53afca5c1d404bf6d9.tar.gz |
lttng-control: upgrade from 0.67 to 0.87
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/lttng')
-rw-r--r-- | meta/packages/lttng/lttng-control-0.43/build_fix.patch | 16 | ||||
-rw-r--r-- | meta/packages/lttng/lttng-control-0.43/dynticks.patch | 43 | ||||
-rw-r--r-- | meta/packages/lttng/lttng-control_0.87.bb (renamed from meta/packages/lttng/lttng-control_0.67.bb) | 8 |
3 files changed, 4 insertions, 63 deletions
diff --git a/meta/packages/lttng/lttng-control-0.43/build_fix.patch b/meta/packages/lttng/lttng-control-0.43/build_fix.patch deleted file mode 100644 index 58e3d906e6..0000000000 --- a/meta/packages/lttng/lttng-control-0.43/build_fix.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | --- | ||
2 | facilities/Makefile.am | 1 - | ||
3 | 1 file changed, 1 deletion(-) | ||
4 | |||
5 | Index: ltt-control-0.43-10082007/facilities/Makefile.am | ||
6 | =================================================================== | ||
7 | --- ltt-control-0.43-10082007.orig/facilities/Makefile.am 2007-08-24 17:30:56.000000000 +0100 | ||
8 | +++ ltt-control-0.43-10082007/facilities/Makefile.am 2007-08-24 17:31:07.000000000 +0100 | ||
9 | @@ -43,7 +43,6 @@ stack_arch_x86_64.xml \ | ||
10 | list.xml \ | ||
11 | user_generic.xml \ | ||
12 | xen.xml \ | ||
13 | -compact.xml \ | ||
14 | block.xml | ||
15 | |||
16 | |||
diff --git a/meta/packages/lttng/lttng-control-0.43/dynticks.patch b/meta/packages/lttng/lttng-control-0.43/dynticks.patch deleted file mode 100644 index c9bf2e9be7..0000000000 --- a/meta/packages/lttng/lttng-control-0.43/dynticks.patch +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | Index: ltt-control-0.6-28042006/facilities/dynticks.xml | ||
2 | =================================================================== | ||
3 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | ||
4 | +++ ltt-control-0.6-28042006/facilities/dynticks.xml 2006-06-05 18:03:41.000000000 +0100 | ||
5 | @@ -0,0 +1,18 @@ | ||
6 | +<?xml version="1.0"?> | ||
7 | +<facility name="dynticks"> | ||
8 | + <description>Dynamic Timer Events</description> | ||
9 | + | ||
10 | + <event name="handler_entry"> | ||
11 | + <description>Dynticks Handler Entered</description> | ||
12 | + </event> | ||
13 | + | ||
14 | + <event name="handler_exit"> | ||
15 | + <description>Dynticks Handler Exitted</description> | ||
16 | + </event> | ||
17 | + | ||
18 | + <event name="reprogram"> | ||
19 | + <description>Dynticks Reprogram</description> | ||
20 | + <field name="ticks"><description>Number of ticks to sleep for</description><uint size="4"></field> | ||
21 | + </event> | ||
22 | + | ||
23 | +</facility> | ||
24 | Index: ltt-control-0.6-28042006/facilities/Makefile.am | ||
25 | =================================================================== | ||
26 | --- ltt-control-0.6-28042006.orig/facilities/Makefile.am 2006-04-28 21:26:26.000000000 +0100 | ||
27 | +++ ltt-control-0.6-28042006/facilities/Makefile.am 2006-06-05 18:04:30.000000000 +0100 | ||
28 | @@ -1,6 +1,7 @@ | ||
29 | |||
30 | EXTRA_DIST = \ | ||
31 | core.xml \ | ||
32 | +dynticks.xml \ | ||
33 | fs.xml \ | ||
34 | ipc.xml \ | ||
35 | kernel.xml \ | ||
36 | @@ -21,6 +22,7 @@ | ||
37 | |||
38 | facilities_DATA = \ | ||
39 | core.xml \ | ||
40 | +dynticks.xml \ | ||
41 | fs.xml \ | ||
42 | ipc.xml \ | ||
43 | kernel.xml \ | ||
diff --git a/meta/packages/lttng/lttng-control_0.67.bb b/meta/packages/lttng/lttng-control_0.87.bb index 38b5da4d85..d48234a17a 100644 --- a/meta/packages/lttng/lttng-control_0.67.bb +++ b/meta/packages/lttng/lttng-control_0.87.bb | |||
@@ -4,11 +4,11 @@ extract program execution details from the Linux operating system and \ | |||
4 | interpret them." | 4 | interpret them." |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | 6 | ||
7 | LTTDATE = "05032009" | 7 | RP = "r0" |
8 | |||
9 | LTTDATE = "09062010" | ||
8 | 10 | ||
9 | SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz" | 11 | SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz" |
10 | # file://build_fix.patch;patch=1 \ | ||
11 | # file://dynticks.patch;patch=1 | ||
12 | 12 | ||
13 | S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}" | 13 | S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}" |
14 | 14 | ||
@@ -16,4 +16,4 @@ inherit autotools | |||
16 | 16 | ||
17 | export KERNELDIR="${STAGING_KERNEL_DIR}" | 17 | export KERNELDIR="${STAGING_KERNEL_DIR}" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file | 19 | FILES_${PN} += "${datadir}/ltt-control/facilities/*" |