mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
lttng-control: upgrade from 0.67 to 0.87
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Saul Wold
parent
c2289c5471
commit
38bf4fc828
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
facilities/Makefile.am | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
Index: ltt-control-0.43-10082007/facilities/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- ltt-control-0.43-10082007.orig/facilities/Makefile.am 2007-08-24 17:30:56.000000000 +0100
|
|
||||||
+++ ltt-control-0.43-10082007/facilities/Makefile.am 2007-08-24 17:31:07.000000000 +0100
|
|
||||||
@@ -43,7 +43,6 @@ stack_arch_x86_64.xml \
|
|
||||||
list.xml \
|
|
||||||
user_generic.xml \
|
|
||||||
xen.xml \
|
|
||||||
-compact.xml \
|
|
||||||
block.xml
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
Index: ltt-control-0.6-28042006/facilities/dynticks.xml
|
|
||||||
===================================================================
|
|
||||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
|
||||||
+++ ltt-control-0.6-28042006/facilities/dynticks.xml 2006-06-05 18:03:41.000000000 +0100
|
|
||||||
@@ -0,0 +1,18 @@
|
|
||||||
+<?xml version="1.0"?>
|
|
||||||
+<facility name="dynticks">
|
|
||||||
+ <description>Dynamic Timer Events</description>
|
|
||||||
+
|
|
||||||
+ <event name="handler_entry">
|
|
||||||
+ <description>Dynticks Handler Entered</description>
|
|
||||||
+ </event>
|
|
||||||
+
|
|
||||||
+ <event name="handler_exit">
|
|
||||||
+ <description>Dynticks Handler Exitted</description>
|
|
||||||
+ </event>
|
|
||||||
+
|
|
||||||
+ <event name="reprogram">
|
|
||||||
+ <description>Dynticks Reprogram</description>
|
|
||||||
+ <field name="ticks"><description>Number of ticks to sleep for</description><uint size="4"></field>
|
|
||||||
+ </event>
|
|
||||||
+
|
|
||||||
+</facility>
|
|
||||||
Index: ltt-control-0.6-28042006/facilities/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- ltt-control-0.6-28042006.orig/facilities/Makefile.am 2006-04-28 21:26:26.000000000 +0100
|
|
||||||
+++ ltt-control-0.6-28042006/facilities/Makefile.am 2006-06-05 18:04:30.000000000 +0100
|
|
||||||
@@ -1,6 +1,7 @@
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
core.xml \
|
|
||||||
+dynticks.xml \
|
|
||||||
fs.xml \
|
|
||||||
ipc.xml \
|
|
||||||
kernel.xml \
|
|
||||||
@@ -21,6 +22,7 @@
|
|
||||||
|
|
||||||
facilities_DATA = \
|
|
||||||
core.xml \
|
|
||||||
+dynticks.xml \
|
|
||||||
fs.xml \
|
|
||||||
ipc.xml \
|
|
||||||
kernel.xml \
|
|
||||||
+4
-4
@@ -4,11 +4,11 @@ extract program execution details from the Linux operating system and \
|
|||||||
interpret them."
|
interpret them."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
LTTDATE = "05032009"
|
RP = "r0"
|
||||||
|
|
||||||
|
LTTDATE = "09062010"
|
||||||
|
|
||||||
SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
|
SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
|
||||||
# file://build_fix.patch;patch=1 \
|
|
||||||
# file://dynticks.patch;patch=1
|
|
||||||
|
|
||||||
S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
|
S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
|
||||||
|
|
||||||
@@ -16,4 +16,4 @@ inherit autotools
|
|||||||
|
|
||||||
export KERNELDIR="${STAGING_KERNEL_DIR}"
|
export KERNELDIR="${STAGING_KERNEL_DIR}"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/ltt-control/facilities/*"
|
FILES_${PN} += "${datadir}/ltt-control/facilities/*"
|
||||||
Reference in New Issue
Block a user