mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
oe-core will focus on perf as a better alternative moving forward. Existing users of oprofile are encouraged to move to perf, but for now can be unblocked with oprofile moved to meta-oe. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
264 B
BlitzBasic
11 lines
264 B
BlitzBasic
require oprofile.inc
|
|
|
|
DEPENDS += "virtual/kernel"
|
|
DEPENDS_append_powerpc64 = " libpfm4"
|
|
|
|
SRC_URI[md5sum] = "248c4c069f9476f427fa7195563f9867"
|
|
SRC_URI[sha256sum] = "cf759a6de1a6033d5dfc93bda129a9f2e128aecc4238cc657feb0801d1b0366c"
|
|
|
|
S = "${WORKDIR}/oprofile-${PV}"
|
|
|