summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-intel_4.14.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb
new file mode 100644
index 00000000..03bf15c3
--- /dev/null
+++ b/recipes-kernel/linux/linux-intel_4.14.bb
@@ -0,0 +1,15 @@
1require linux-intel.inc
2
3KBRANCH = "4.14/yocto/base"
4KMETA_BRANCH = "yocto-4.9"
5
6LINUX_VERSION ?= "4.14.0"
7SRCREV_machine ?= "bebc6082da0a9f5d47a1ea2edc099bf671058bd4"
8SRCREV_meta ?= "f4e37e151102d89c4d0e110c88eb3b3c36bdeaa4"
9
10# For Crystalforest and Romley
11KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
12KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
13
14# Functionality flags
15KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"