]> code.ossystems Code Review - meta-freescale.git/commitdiff
oprofile: remove from meta-fsl-ppc and use oe-core
authorMatthew McClintock <msm@freescale.com>
Thu, 17 Jan 2013 18:46:12 +0000 (12:46 -0600)
committerMatthew McClintock <msm@freescale.com>
Thu, 17 Jan 2013 18:46:12 +0000 (12:46 -0600)
Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/conf/machine/e500mc.inc
meta-fsl-ppc/conf/machine/e5500-64b.inc
meta-fsl-ppc/conf/machine/e5500.inc
meta-fsl-ppc/recipes-kernel/oprofile/oprofile_0.9.6.bb [deleted file]

index 9aa0b3e1d07ea5d57083efe4572279fb65badb78..505d805184be8448bf15bccd7db2ddfa1531ec5c 100644 (file)
@@ -9,7 +9,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
 PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
 PREFERRED_VERSION_qemu = "1.0+fsl"
-PREFERRED_VERSION_oprofile = "0.9.6"
 
 KERNEL_IMAGETYPE ?= "uImage"
 # disable the images below for now
index b3ed424c30b2ead75aa6eaa3f549ae0a1bdd3218..650585f3262167d3d6ef801321b8ecb51d9507bc 100644 (file)
@@ -10,7 +10,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
 PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
 PREFERRED_VERSION_qemu = "1.0+fsl"
-PREFERRED_VERSION_oprofile = "0.9.6"
 
 KERNEL_IMAGETYPE ?= "uImage"
 # disable the images below for now
index 4e3e8dca278bba8e855645a9a577e77dde84d69c..1a1bb20bfee3f22a8721240f007eee3a008aeec9 100644 (file)
@@ -9,7 +9,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
 PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
 PREFERRED_VERSION_qemu = "1.0+fsl"
-PREFERRED_VERSION_oprofile = "0.9.6"
 
 KERNEL_IMAGETYPE ?= "uImage"
 # disable the images below for now
diff --git a/meta-fsl-ppc/recipes-kernel/oprofile/oprofile_0.9.6.bb b/meta-fsl-ppc/recipes-kernel/oprofile/oprofile_0.9.6.bb
deleted file mode 100644 (file)
index 6664c89..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-SUMMARY = "System-Wide Profiler"
-DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
-of profiling all running code at low overhead."
-HOMEPAGE = "http://oprofile.sourceforge.net/news/"
-BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
-
-LICENSE = "LGPLv2.1+ & GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-                    file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \
-                    file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4"
-
-SECTION = "devel"
-
-DEPENDS = "popt binutils"
-RDEPENDS_${PN} = "binutils-symlinks"
-RRECOMMENDS_${PN} = "kernel-vmlinux"
-
-FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*.so.* ${datadir}/${BPN}"
-FILES_${PN}-dev += "${libdir}/${BPN}/lib*.so ${libdir}/${BPN}/lib*.la"
-FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
-           file://opstart.patch \
-           file://oprofile-no-query-modules.patch \
-           file://oprofile-0.9.6-e500mc-support.patch \
-           file://oprofile-0.9.6-e500mc-support-2.patch \
-           file://oprofile-0.9.6-add-e500mc-support-in-op_events.patch"
-
-SRC_URI[md5sum] = "4e407093ac06200185d5a5e6437d7242"
-SRC_URI[sha256sum] = "3f0dd40a7749fc650d25d79d42ebbff8f3b6db310c36e7c3839696cc09077880"
-S = "${WORKDIR}/oprofile-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-kernel-support --without-x"