From: Wu Chia Chuan <[email protected]> Enable i40e network driver for Intel Ethernet Controller XL710/X710 on Intel common BSP so that the NIC card is discoverable under River Forest platform.
Signed-off-by: Wu Chia Chuan <[email protected]> Signed-off-by: Anuj Mittal <[email protected]> --- .../recipes-kernel/linux/linux-yocto_3.14.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend index 01775b7..e7767f2 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -5,7 +5,7 @@ KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" LINUX_VERSION_core2-32-intel-common = "3.14.39" COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" -SRCREV_meta_core2-32-intel-common = "a996d95104b72c422a56e7d9bc8615ec4219ac74" +SRCREV_meta_core2-32-intel-common = "eb4fcc720f97ee8416d6dde7e5b8e5b63fd5a7e7" SRCREV_machine_core2-32-intel-common = "bda175966009d5a94103559e6e6ae51279952f39" KMACHINE_core2-32-intel-common = "intel-core2-32" KBRANCH_core2-32-intel-common = "standard/base" @@ -13,7 +13,7 @@ KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" LINUX_VERSION_corei7-64-intel-common = "3.14.39" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" -SRCREV_meta_corei7-64-intel-common = "a996d95104b72c422a56e7d9bc8615ec4219ac74" +SRCREV_meta_corei7-64-intel-common = "eb4fcc720f97ee8416d6dde7e5b8e5b63fd5a7e7" SRCREV_machine_corei7-64-intel-common = "bda175966009d5a94103559e6e6ae51279952f39" KMACHINE_corei7-64-intel-common = "intel-corei7-64" KBRANCH_corei7-64-intel-common = "standard/base" -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
