From 80c4628759d1290380449f41806168bb28e583fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 25 Jun 2014 10:28:04 +0200 Subject: [PATCH] Add support for Intel ethernet cards MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-Tizen: BTY-12 Change-Id: I11c455f4c0a17d840cbc671022b5b06908d2c23c Signed-off-by: Kévin THIERRY --- recipes-kernel/linux/files/intel-ethernet-drivers.cfg | 12 ++++++++++++ recipes-kernel/linux/linux-yocto_3.14.bbappend | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 recipes-kernel/linux/files/intel-ethernet-drivers.cfg diff --git a/recipes-kernel/linux/files/intel-ethernet-drivers.cfg b/recipes-kernel/linux/files/intel-ethernet-drivers.cfg new file mode 100644 index 0000000..c43274c --- /dev/null +++ b/recipes-kernel/linux/files/intel-ethernet-drivers.cfg @@ -0,0 +1,12 @@ +++ .config 2014-06-25 10:25:11.738936433 +0200 +CONFIG_MDIO=y +CONFIG_E1000E=y +CONFIG_IGB=y +CONFIG_IGB_HWMON=y +CONFIG_IGBVF=y +CONFIG_IXGB=y +CONFIG_IXGBE=y +CONFIG_IXGBE_HWMON=y +CONFIG_IXGBEVF=y +CONFIG_I40E=y +CONFIG_I40EVF=y diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend index a23b5e2..f9667c2 100644 --- a/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://defconfig" +# Support for intel ethernet cards +SRC_URI += "file://intel-ethernet-drivers.cfg" SRC_URI += "file://0001-Smack-Cgroup-filesystem-access.patch" SRC_URI += "file://0002-SMACK-Fix-handling-value-NULL-in-post-setxattr.patch" \ No newline at end of file -- 2.7.4