aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
blob: 8d706e4a50b3c1130d33e2d08d3690bdada76cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require oprofile.inc

DEPENDS += "virtual/kernel"
DEPENDS_append_powerpc64 = " libpfm4"

# Depends on MACHINE_ARCH kernel
PACKAGE_ARCH = "${MACHINE_ARCH}"

SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b"
SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6"

S = "${WORKDIR}/oprofile-${PV}"