summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_4.14.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-intel_4.14.bbappend')
-rw-r--r--recipes-kernel/linux/linux-intel_4.14.bbappend7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.14.bbappend b/recipes-kernel/linux/linux-intel_4.14.bbappend
index e91f5c1..36e0307 100644
--- a/recipes-kernel/linux/linux-intel_4.14.bbappend
+++ b/recipes-kernel/linux/linux-intel_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 = "8a4b6e91f12d927b3b486892c50a4ad2bcdb29d2" 6SRCREV_metaenea = "8a4b6e91f12d927b3b486892c50a4ad2bcdb29d2"
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-16658.patch \
10 "
6 11
7KERNEL_FEATURES_append = " features/x2apic/x2apic.scc" 12KERNEL_FEATURES_append = " features/x2apic/x2apic.scc"
8 13