From 469823cb1e5891460c12d6b171f5e0ce506b70eb Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Wed, 11 Jul 2018 14:21:06 +0200 Subject: linux-intel_4.14: Add debug tools support Signed-off-by: Martin Borg --- recipes-kernel/linux/linux-intel-rt_4.14.bbappend | 14 ++++++++++++++ recipes-kernel/linux/linux-intel_4.14.bbappend | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 recipes-kernel/linux/linux-intel-rt_4.14.bbappend create mode 100644 recipes-kernel/linux/linux-intel_4.14.bbappend diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bbappend b/recipes-kernel/linux/linux-intel-rt_4.14.bbappend new file mode 100644 index 0000000..32f3691 --- /dev/null +++ b/recipes-kernel/linux/linux-intel-rt_4.14.bbappend @@ -0,0 +1,14 @@ +require recipes-kernel/linux/linux-deploy-kconfig.inc + +SRCREV_metaenea = "7f34b40b0ba594d85ee8ccdf327d2a06f7ceaad4" +KENEABRANCH = "intel-4.14" +SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" + +# Debug tools support +KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc" +KERNEL_FEATURES_append = " features/kgdb/kgdb_y.scc" +KERNEL_FEATURES_append = " features/lttng/lttng_y.scc" +KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc" +KERNEL_FEATURES_append = " features/perf/perf_y.scc" +KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc" + diff --git a/recipes-kernel/linux/linux-intel_4.14.bbappend b/recipes-kernel/linux/linux-intel_4.14.bbappend new file mode 100644 index 0000000..32f3691 --- /dev/null +++ b/recipes-kernel/linux/linux-intel_4.14.bbappend @@ -0,0 +1,14 @@ +require recipes-kernel/linux/linux-deploy-kconfig.inc + +SRCREV_metaenea = "7f34b40b0ba594d85ee8ccdf327d2a06f7ceaad4" +KENEABRANCH = "intel-4.14" +SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" + +# Debug tools support +KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc" +KERNEL_FEATURES_append = " features/kgdb/kgdb_y.scc" +KERNEL_FEATURES_append = " features/lttng/lttng_y.scc" +KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc" +KERNEL_FEATURES_append = " features/perf/perf_y.scc" +KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc" + -- cgit v1.2.3-54-g00ecf