mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
This has a SRCREV update to bring linux-intel to HEAD with some audio and pnp patches. The refactor moves the selection of branch to the versioned recipe so we can have a shared linux-intel-lts repo with multiple LTS version branches. Signed-off-by: Saul Wold <sgw@linux.intel.com> 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.61"
|
|
SRCREV_machine ?= "03469c2e703e40ed42ed72f415fd27c7d7f7f8cf"
|
|
SRCREV_meta ?= "3e7fedea919b2c59801ceca25f57a23710ebadcd"
|
|
|
|
# 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"
|