From 4dbc08f79d89ddce9e872f89ba3bbf8d382443bc Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Thu, 20 Apr 2017 16:24:30 +0200 Subject: Remove kernel fragments that are not needed for the guest image Signed-off-by: Gabriel Ionescu Signed-off-by: Adrian Dudau --- recipes-kernel/linux/linux-yocto_4.9.bbappend | 10 +++------- 1 file 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 @@ -SRCREV_metaenea ?= "b63549283a5c4c73a85c94c05c1e734e7aa6d430" +SRCREV_metaenea ?= "5057d9d3837fc35814a402b9c0384a064d260d05" KENEABRANCH = "yocto-4.9" SRC_URI_append = " git://git.enea.se/linux/enea-kernel-cache.git;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" @@ -7,12 +7,8 @@ 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" +# Virtual function support +KERNEL_FEATURES_append = " features/ixgbevf/ixgbevf_y.scc" #IPv4 waiting for carrier on KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" -- cgit v1.2.3-54-g00ecf