aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel_4.9.bb
blob: 8b467c4f87621f5cabd1d9a149028b940c01f14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require linux-intel.inc

KBRANCH = "4.9/yocto/base"
KMETA_BRANCH = "yocto-4.9"

SRC_URI_append = " \
                   file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
                   "

LINUX_VERSION ?= "4.9.195"
SRCREV_machine ?= "f1bbb927291ee709a47bb3124aa53e819e936e7b"
SRCREV_meta ?= "01eb2cf9a6626c65a4c117249d03a002f683222d"

# 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"