mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Include changes that drop obsolete configs to get rid of audit warnings: bae5cc4e bsp/romley: drop obsolete config 2e39f82d x86: update microcode configs 6894481e wifi: CONFIG_VENDOR_ATH must be build in 3a9f687c pm: drop obselete CONFIG_USB_SUSPEND bb869e57 pm: change CONFIG_PM_RUNTIME to CONFIG_PM 49547fd6 i915: remove obselete CONFIG_DRM_I915_KMS 4b49aa8e i915: rename preliminary_hw_support to alpha_support d6186c62 sound: fix CONFIG_SND_SST_MFLD_PLATFORM d57f4ebf netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT c8e3cf86 netfilter: remove obselete ULOG configs 13da6cb5 fs: drop old ext3 options 8e25da60 cgroups: remove obselete options aa6a61d8 wifi: ATH_CARDS -> WLAN_VENDOR_ATH 4e32f99a intel: remove CONFIG_CPU_FREQ_TABLE 131df62c common-pc: remove obselete subsystem 0040deb2 bsp: don't include crypto.scc 3f94205d features/crypto: drop feature e2951464 features/thermal: use the correct config name 5a09f42b features: drop obsolete configs Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
17 lines
465 B
BlitzBasic
17 lines
465 B
BlitzBasic
|
|
require linux-intel.inc
|
|
|
|
KBRANCH = "4.9/yocto/base"
|
|
KMETA_BRANCH = "yocto-4.9"
|
|
|
|
LINUX_VERSION ?= "4.9.116"
|
|
SRCREV_machine ?= "36a5f3d10a2e660653cb2d237754081b8fd5af31"
|
|
SRCREV_meta ?= "bae5cc4e973f60baa35ed227ba0c3bdda4d16e87"
|
|
|
|
# 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"
|