summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2017-11-16 10:10:05 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-11-16 12:06:53 +0100
commit660a733b0e3ce335ea767e8e5675976d53f9f349 (patch)
tree0beff0c67345b365818de7cdb9354e74c77f4db0
parent1d249380d6e9614e09ba9a71793ab26e47116650 (diff)
downloadmeta-enea-bsp-arm-660a733b0e3ce335ea767e8e5675976d53f9f349.tar.gz
oprofile: unsupported on cavium kernel
Oprofile configs are not supported on cavium kernel. Removed feature from recipe. Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--recipes-kernel/linux/linux-cavium-dev_4.9.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-cavium-dev_4.9.bb b/recipes-kernel/linux/linux-cavium-dev_4.9.bb
index a45fe96..c5b6075 100644
--- a/recipes-kernel/linux/linux-cavium-dev_4.9.bb
+++ b/recipes-kernel/linux/linux-cavium-dev_4.9.bb
@@ -7,4 +7,3 @@ KERNEL_FEATURES_append = " features/lttng/lttng_y.scc"
7KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc" 7KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc"
8KERNEL_FEATURES_append = " features/perf/perf_y.scc" 8KERNEL_FEATURES_append = " features/perf/perf_y.scc"
9KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc" 9KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc"
10KERNEL_FEATURES_append = " features/oprofile/oprofile_y.scc"