summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel.inc
blob: c335a574f2c81b18712840c3711157c1e4d8e632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
require common/recipes-kernel/linux/linux-intel_4.9.bb
require recipes-kernel/linux/linux-deploy-kconfig.inc

SRCREV_metaenea = "7579efbdb49529f36652b69d4630c6c43907f77b"
KENEABRANCH = "intel-4.9"
SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta \
                   file://CVE-2017-11176.patch \
                   file://CVE-2017-1000364.patch \
                 "

KERNEL_FEATURES_append = " features/udev/udev.scc"

# NFS boot support
KERNEL_FEATURES_append = " features/blkdev/net_blk_dev.scc"

# Intel 10G ports(SoC)
KERNEL_FEATURES_append_corei7-64-intel-common = " features/ixgbe/ixgbe_y.scc"
KERNEL_FEATURES_append_corei7-64-intel-common = " features/dca/dca_y.scc"

# NMVe SSD
KERNEL_FEATURES_append = " features/nvme/nvme.scc"

#IPv4 waiting for carrier on
KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc"