summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-06-24 23:30:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 17:40:37 +0100
commitc964536dc91936cf03bcdc3e31c2b4db75f6b49e (patch)
treef0f5927f2340dd9da6246bba2f6152f24c833c96 /meta/recipes-kernel/perf
parentd4eaa2d38432a6bf45c60b7d57cb6e1a489e0b0d (diff)
downloadast2050-yocto-poky-c964536dc91936cf03bcdc3e31c2b4db75f6b49e.zip
ast2050-yocto-poky-c964536dc91936cf03bcdc3e31c2b4db75f6b49e.tar.gz
perf: add libexec/perf-core and contents
libexec/perf-core contains all the pre-canned scripts and modules needed by both the Perl and Python bindigs. Add libexec/perf-core along with all the pre-defined perf scripts underneath it. (From OE-Core rev: 00f9e8aed9f111d351c2dc71cd8605ccbd11f68f) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf_3.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb
index 514876b..a1628bb 100644
--- a/meta/recipes-kernel/perf/perf_3.4.bb
+++ b/meta/recipes-kernel/perf/perf_3.4.bb
@@ -65,5 +65,6 @@ do_install() {
PACKAGE_ARCH = "${MACHINE_ARCH}"
+FILES_${PN} += "${libexecdir}/perf-core"
FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug"
FILES_${PN} += "${libdir}/python*/site-packages"
OpenPOWER on IntegriCloud