summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-04 11:39:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-09 10:21:24 +0000
commit3c741a8d33acbf4b3d5eecc04533bc76e2f37253 (patch)
tree9c18d2503e34f4f34cf56fd52e0c79513cb82e7d /meta/recipes-kernel/oprofile/oprofile_1.0.0.bb
parent77d62cca2723c85bed0a6ac936948bceb81e9f11 (diff)
downloadpoky-3c741a8d33acbf4b3d5eecc04533bc76e2f37253.tar.gz
oprofile: 0.9.9 -> 1.0.0
opcontrol is now dropped and replaced with the operf interface. As such, we drop the opstart/opstop commands and any patches related to the old removed interfaces. Some patches were also mered upstream so those are also dropped. There is also a problem found on mips with the security flags enabled, the patch has more specific details. (From OE-Core rev: 33b7885ecdc8774e34ac3534ec49fed6ffdb3916) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_1.0.0.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_1.0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb b/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb
new file mode 100644
index 0000000000..ad48ab377c
--- /dev/null
+++ b/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb
@@ -0,0 +1,12 @@
1require oprofile.inc
2
3DEPENDS += "virtual/kernel"
4DEPENDS_append_powerpc64 = " libpfm4"
5
6SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
7
8SRC_URI[md5sum] = "ba0b340e5c421a93959776c836ed35b3"
9SRC_URI[sha256sum] = "847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a"
10
11S = "${WORKDIR}/oprofile-${PV}"
12