summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2017-04-20 16:24:30 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-04-20 17:20:42 +0200
commit4dbc08f79d89ddce9e872f89ba3bbf8d382443bc (patch)
tree4b4d6a9bbc6b8fca90d08ebded597c39ce6d41f0
parent0e9cf36e6ff2c94e1266e09410694ad0bd464340 (diff)
downloadmeta-enea-bsp-x86-4dbc08f79d89ddce9e872f89ba3bbf8d382443bc.tar.gz
Remove kernel fragments that are not needed for the guest image
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-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"