mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
This commit is contained in:
parent
8d37591e11
commit
48b96fee2b
15
recipes-kernel/linux/linux-intel_4.14.bb
Normal file
15
recipes-kernel/linux/linux-intel_4.14.bb
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user