summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-dev_4.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel-dev_4.9.bb')
-rw-r--r--recipes-kernel/linux/linux-intel-dev_4.9.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel-dev_4.9.bb b/recipes-kernel/linux/linux-intel-dev_4.9.bb
new file mode 100644
index 0000000..71417af
--- /dev/null
+++ b/recipes-kernel/linux/linux-intel-dev_4.9.bb
@@ -0,0 +1,10 @@
1require linux-intel.inc
2
3# Debug tools support
4KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc"
5KERNEL_FEATURES_append = " features/kgdb/kgdb_y.scc"
6KERNEL_FEATURES_append = " features/lttng/lttng_y.scc"
7KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc"
8KERNEL_FEATURES_append = " features/perf/perf_y.scc"
9KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc"
10KERNEL_FEATURES_append = " features/oprofile/oprofile_y.scc"