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.bbappend29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bbappend b/recipes-kernel/linux/linux-intel-rt_4.14.bbappend
deleted file mode 100644
index a5108bc..0000000
--- a/recipes-kernel/linux/linux-intel-rt_4.14.bbappend
+++ /dev/null
@@ -1,29 +0,0 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
3
4require recipes-kernel/linux/linux-deploy-kconfig.inc
5
6SRCREV_metaenea = "7f34b40b0ba594d85ee8ccdf327d2a06f7ceaad4"
7KENEABRANCH = "intel-4.14"
8SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta \
9 file://CVE-2018-14734.patch \
10 file://CVE-2018-12233.patch \
11 file://CVE-2018-13093.patch \
12 file://CVE-2018-13094.patch \
13 file://CVE-2018-15572.patch \
14 file://CVE-2018-9363.patch \
15 file://CVE-2018-16658.patch \
16 file://CVE-2018-14609.patch \
17 file://CVE-2018-14617.patch \
18 "
19
20KERNEL_FEATURES_append = " features/x2apic/x2apic.scc"
21
22# Debug tools support
23KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc"
24KERNEL_FEATURES_append = " features/kgdb/kgdb_y.scc"
25KERNEL_FEATURES_append = " features/lttng/lttng_y.scc"
26KERNEL_FEATURES_append = " features/latencytop/latencytop_y.scc"
27KERNEL_FEATURES_append = " features/perf/perf_y.scc"
28KERNEL_FEATURES_append = " features/systemtap/systemtap_y.scc"
29