summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2013-02-26 15:58:44 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-05 13:14:52 +0000
commite3bf3d2ff14082561adcd96cfc15a6a613f281b8 (patch)
tree3d716995a096d1d8af703a60d089f42b55b2de83 /meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
parent2d16066bd38b1ad2e8aad2d89c47831cd0ec7765 (diff)
downloadpoky-e3bf3d2ff14082561adcd96cfc15a6a613f281b8.tar.gz
oprofile: update patch for powerpc64
This is a more appropriate follow up patch from upstream. Also, only powerpc64 requires libpfm4 currently for this specific version of oprofile (x86, sparc can make use of libpfm but don't make use of it here) Additionally, this patch from upstream requires some more patches to be pulled into oprofile (From OE-Core rev: 2792e1f6a1d8969e0891334e6cd4e04f84f7e9ff) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_0.9.8.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_0.9.8.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
index 79363a6017..e8329cd79c 100644
--- a/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
+++ b/meta/recipes-kernel/oprofile/oprofile_0.9.8.bb
@@ -1,9 +1,8 @@
1require oprofile.inc 1require oprofile.inc
2 2
3PR = "${INC_PR}.2" 3PR = "${INC_PR}.3"
4 4
5DEPENDS += "virtual/kernel" 5DEPENDS += "virtual/kernel"
6DEPENDS_append_powerpc = " libpfm4"
7DEPENDS_append_powerpc64 = " libpfm4" 6DEPENDS_append_powerpc64 = " libpfm4"
8 7
9SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ 8SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
@@ -12,7 +11,9 @@ SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
12 file://0001-Handle-early-perf_events-kernel-without-PERF_RECORD_.patch \ 11 file://0001-Handle-early-perf_events-kernel-without-PERF_RECORD_.patch \
13 file://0001-Fix-up-configure-to-handle-architectures-that-do-not.patch \ 12 file://0001-Fix-up-configure-to-handle-architectures-that-do-not.patch \
14 file://0001-Change-configure-to-look-for-libpfm4-function-first-.patch \ 13 file://0001-Change-configure-to-look-for-libpfm4-function-first-.patch \
15 file://0001-fix-powerpc-cross-compiling.patch " 14 file://0001-ophelp-lists-events-Fix-doc-URL-for-ppc64-arch.patch \
15 file://0001-Allow-ppc64-events-to-be-specified-with-or-without-_.patch \
16 file://0001-Fix-PPC64-specific-libpfm-usage-so-it-doesn-t-break-.patch"
16 17
17SRC_URI[md5sum] = "6d127023af1dd1cf24e15411229f3cc8" 18SRC_URI[md5sum] = "6d127023af1dd1cf24e15411229f3cc8"
18SRC_URI[sha256sum] = "ab45900fa1a23e5d5badf3c0a55f26c17efe6e184efcf00b371433751fa761bc" 19SRC_URI[sha256sum] = "ab45900fa1a23e5d5badf3c0a55f26c17efe6e184efcf00b371433751fa761bc"