summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.9.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_4.9.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_4.9.bbappend10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.9.bbappend b/recipes-kernel/linux/linux-yocto_4.9.bbappend
index d54e46d..27bd872 100644
--- a/recipes-kernel/linux/linux-yocto_4.9.bbappend
+++ b/recipes-kernel/linux/linux-yocto_4.9.bbappend
@@ -1,4 +1,4 @@
1SRCREV_metaenea ?= "b63549283a5c4c73a85c94c05c1e734e7aa6d430" 1SRCREV_metaenea ?= "5057d9d3837fc35814a402b9c0384a064d260d05"
2KENEABRANCH = "yocto-4.9" 2KENEABRANCH = "yocto-4.9"
3SRC_URI_append = " git://git.enea.se/linux/enea-kernel-cache.git;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 3SRC_URI_append = " git://git.enea.se/linux/enea-kernel-cache.git;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
4 4
@@ -7,12 +7,8 @@ KERNEL_FEATURES_append = " features/udev/udev.scc"
7# NFS boot support 7# NFS boot support
8KERNEL_FEATURES_append = " features/blkdev/net_blk_dev.scc" 8KERNEL_FEATURES_append = " features/blkdev/net_blk_dev.scc"
9 9
10# Intel 10G ports(SoC) 10# Virtual function support
11KERNEL_FEATURES_append_corei7-64-intel-common = " features/ixgbe/ixgbe_y.scc" 11KERNEL_FEATURES_append = " features/ixgbevf/ixgbevf_y.scc"
12KERNEL_FEATURES_append_corei7-64-intel-common = " features/dca/dca_y.scc"
13
14# NMVe SSD
15KERNEL_FEATURES_append = " features/nvme/nvme.scc"
16 12
17#IPv4 waiting for carrier on 13#IPv4 waiting for carrier on
18KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" 14KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc"