summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-04-24 15:39:54 +0200
committerMartin Borg <martin.borg@enea.com>2018-04-25 11:34:01 +0200
commit60de7ba918b64e46b26c9f090d52a92f36de2107 (patch)
tree757bfc91c3b75aa9c7510dc32a9966a6218189eb
parentdb2e4ef934101848b3e88269ce4b5559ce759407 (diff)
downloadmeta-enea-bsp-x86-60de7ba918b64e46b26c9f090d52a92f36de2107.tar.gz
linux-intel-dev: Drop recipe
We don't support the -dev flavour of the kernel in EL NFV Access anymore. We will use the standard one for everything. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--recipes-kernel/linux/linux-intel-dev_4.14.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-kernel/linux/linux-intel-dev_4.14.bb b/recipes-kernel/linux/linux-intel-dev_4.14.bb
deleted file mode 100644
index 71417af..0000000
--- a/recipes-kernel/linux/linux-intel-dev_4.14.bb
+++ /dev/null
@@ -1,10 +0,0 @@
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"