mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
This brings in the changes up to v4.9.76 from linux-stable. Also update the cache, bringing in the following relevant config changes: * 3e7fedea common-pc*.scc: Add igb to common-pc drivers * 4341ae3a features/i915/i915.cfg: compile i915 as a module Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
17 lines
464 B
BlitzBasic
17 lines
464 B
BlitzBasic
|
|
require linux-intel.inc
|
|
|
|
KBRANCH = "4.9/yocto/base"
|
|
KMETA_BRANCH = "yocto-4.9"
|
|
|
|
LINUX_VERSION ?= "4.9.76"
|
|
SRCREV_machine ?= "6e69421d3972a9bec8c33ef15d42e0190b73c803"
|
|
SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
|
|
|
|
# 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"
|