From 75df33f52c0b7016bcd62f2281e6299e9f9a1ebd Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Fri, 6 Jan 2017 13:45:20 +0100 Subject: Enable 10G ports and support for NFS in kernel Signed-off-by: Adrian Calianu --- recipes-kernel/linux/linux-yocto_4.8.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_4.8.bbappend (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-yocto_4.8.bbappend b/recipes-kernel/linux/linux-yocto_4.8.bbappend new file mode 100644 index 0000000..0031ac5 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.8.bbappend @@ -0,0 +1,9 @@ +SRCREV_metaenea ?= "1d5ec84c807dd881009b836f3cb83688e7aff137" +KENEABRANCH = "yocto-4.8" +SRC_URI_append = "git://git.enea.se/linux/enea-kernel-cache.git;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" + +# 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" -- cgit v1.2.3-54-g00ecf