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.bbappend7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bbappend b/recipes-kernel/linux/linux-intel-rt_4.14.bbappend
index 32f3691..84ba58a 100644
--- a/recipes-kernel/linux/linux-intel-rt_4.14.bbappend
+++ b/recipes-kernel/linux/linux-intel-rt_4.14.bbappend
@@ -1,8 +1,13 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
3
1require recipes-kernel/linux/linux-deploy-kconfig.inc 4require recipes-kernel/linux/linux-deploy-kconfig.inc
2 5
3SRCREV_metaenea = "7f34b40b0ba594d85ee8ccdf327d2a06f7ceaad4" 6SRCREV_metaenea = "7f34b40b0ba594d85ee8ccdf327d2a06f7ceaad4"
4KENEABRANCH = "intel-4.14" 7KENEABRANCH = "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" 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 "
6 11
7# Debug tools support 12# Debug tools support
8KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc" 13KERNEL_FEATURES_append = " features/debug/debug_kernel_y.scc"