summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
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-07 16:44:37 -0800
commit48b96fee2bc39a1014fd52d339f5749ca9910560 (patch)
treeb567be82a6b5a32c2a7373b616057223cf58791c /recipes-kernel/linux
parent8d37591e1186dcfbf679c1db660d6f9ffa41bb39 (diff)
downloadmeta-intel-48b96fee2bc39a1014fd52d339f5749ca9910560.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>
Diffstat (limited to 'recipes-kernel/linux')
-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"