From 48b96fee2bc39a1014fd52d339f5749ca9910560 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 7 Dec 2017 16:40:23 -0800 Subject: 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 Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-kernel/linux/linux-intel_4.14.bb (limited to 'recipes-kernel') 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 @@ +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" -- cgit v1.2.3-54-g00ecf