[meta-intel] [rocko] [PATCH 2/4] linux-intel_4.14: Add latest LTS kernel

California Sullivan california.l.sullivan at intel.com
Wed Dec 20 15:53:23 PST 2017


From: Saul Wold <sgw at linux.intel.com>

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 at linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
(cherry picked from commit 48b96fee2bc39a1014fd52d339f5749ca9910560)
[Fixed location]
Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 common/recipes-kernel/linux/linux-intel_4.14.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 common/recipes-kernel/linux/linux-intel_4.14.bb

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 @@
+require linux-intel.inc
+
+KBRANCH = "4.14/yocto/base"
+KMETA_BRANCH = "yocto-4.9"
+
+LINUX_VERSION ?= "4.14.0"
+SRCREV_machine ?= "bebc6082da0a9f5d47a1ea2edc099bf671058bd4"
+SRCREV_meta ?= "f4e37e151102d89c4d0e110c88eb3b3c36bdeaa4"
+
+# For Crystalforest and Romley
+KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
+KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
+
+# Functionality flags
+KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"
-- 
2.14.3



More information about the meta-intel mailing list