summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-12-07 16:40:23 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-12-21 11:48:41 -0800
commitd7aa9f62f6bfd705ea2ce72a2c61a8802b4f66ff (patch)
tree31efcaaa8ed7a756fe7b4ea5323758562df0e606
parent1f16f45c875883c9ab0e9686527671945b12329a (diff)
downloadmeta-intel-d7aa9f62f6bfd705ea2ce72a2c61a8802b4f66ff.tar.gz
linux-intel_4.14: Add latest LTS kernel
This commit adds the 4.14.0-LTS kernel, but does not change the PREFERRED_VERSION. This will be updated later, to use this kernel set PREFERRED_VERSION in your local.conf or distro.conf files Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com> (cherry picked from commit 48b96fee2bc39a1014fd52d339f5749ca9910560) [Fixed location] Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.14.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-intel_4.14.bb b/common/recipes-kernel/linux/linux-intel_4.14.bb
new file mode 100644
index 00000000..03bf15c3
--- /dev/null
+++ b/common/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"