summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-06-15 10:54:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 18:05:21 +0100
commit8f9f48a29a8478dce203b7b0e439ef5303b05475 (patch)
tree780fd0e21f297c339eea639e95275c786b3de775 /meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
parentff6d458f9ad4e2aed24997aea15ec930b0915c26 (diff)
downloadpoky-8f9f48a29a8478dce203b7b0e439ef5303b05475.tar.gz
oprofileui: remove
oprofileui doesn't work anymore with not-so-recent changes to the oprofile command line interface, and perf is becoming the expected profiling solution so any future profiling tools should be using that instead. (From OE-Core rev: 324f7cea3e73eb3f64cdfa221398797ddd2b50e9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service b/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
deleted file mode 100644
index 1a2cbe62ea..0000000000
--- a/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
+++ /dev/null
@@ -1,6 +0,0 @@
1[Unit]
2Description=OProfileUI Server
3After=network.target
4
5[Service]
6ExecStart=/bin/sh -c ". @SYSCONFDIR@/profile; @BINDIR@/oprofile-server"