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 <[email protected]> --- recipes-kernel/linux/linux-intel_4.14.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-kernel/linux/linux-intel_4.14.bb 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 0000000..97aa604 --- /dev/null +++ b/recipes-kernel/linux/linux-intel_4.14.bb @@ -0,0 +1,17 @@ + +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.13.6 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
