diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-12 18:33:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-12 18:33:07 +0100 |
commit | 6af6df6c6507cae61dbd9d6994ff4162b54df451 (patch) | |
tree | 009a8bdc6257a783e44afd675705f53f9ab089fd /meta/recipes-kernel | |
parent | 6749cd024eaeda238cfe22ec2ab5f57da866607c (diff) | |
download | openembedded-core-6af6df6c6507cae61dbd9d6994ff4162b54df451.tar.gz openembedded-core-6af6df6c6507cae61dbd9d6994ff4162b54df451.tar.bz2 openembedded-core-6af6df6c6507cae61dbd9d6994ff4162b54df451.zip |
oprofile: Add Upstream-Status and description to patch
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile/opstart.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile/opstart.patch b/meta/recipes-kernel/oprofile/oprofile/opstart.patch index 0b181b1048..8696f4ef4d 100644 --- a/meta/recipes-kernel/oprofile/oprofile/opstart.patch +++ b/meta/recipes-kernel/oprofile/oprofile/opstart.patch @@ -1,3 +1,10 @@ +Upstream-Status: Pending + +The patch gives a low overhead way of starting/stopping oprofile which +doesn't involve script exection. + +(written by RP in OpenedHand days) + diff --git a/utils/Makefile.am b/utils/Makefile.am index d34b060..dff15f9 100644 --- oprofile.orig/utils/Makefile.am |