summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_4.14.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel-rt_4.14.bbappend')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_4.14.bbappend14
1 files changed, 14 insertions, 0 deletions
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 @@
1require recipes-kernel/linux/linux-deploy-kconfig.inc
2
3SRCREV_metaenea = "7f34b40b0ba594d85ee8ccdf327d2a06f7ceaad4"
4KENEABRANCH = "intel-4.14"
5SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
6
7# Debug tools support
8KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc"
9KERNEL_FEATURES_append = " features/kgdb/kgdb_y.scc"
10KERNEL_FEATURES_append = " features/lttng/lttng_y.scc"
11KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc"
12KERNEL_FEATURES_append = " features/perf/perf_y.scc"
13KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc"
14