summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch
diff options
context:
space:
mode:
authorSyed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com>2017-07-14 13:30:26 +0800
committerSaul Wold <sgw@linux.intel.com>2017-08-30 14:25:25 -0700
commit0ce8a55610546b03991f67d5a2947f917493fbfc (patch)
tree27a0afd40db0f61d0506bdc2b2af815beec8cab3 /common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch
parent8504c7261867178bc0c17fc1e26fa706360277b3 (diff)
downloadmeta-intel-0ce8a55610546b03991f67d5a2947f917493fbfc.tar.gz
ixgbe upgrade to version 5.1.3
Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch')
-rw-r--r--common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch b/common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch
new file mode 100644
index 00000000..d442e24d
--- /dev/null
+++ b/common/recipes-kernel/intel-ethernet/ixgbevf/0002-ixgbevf_common.patch
@@ -0,0 +1,23 @@
1From f74fbcd821a394dec58263fd2c2ea62eae298b2f Mon Sep 17 00:00:00 2001
2From: "Goh, Wen Sen" <wen.sen.goh@intel.com>
3Date: Sun, 26 Jun 2016 12:01:36 +0800
4Subject: [PATCH] ixgbevf patch
5
6---
7 common.mk | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/common.mk b/common.mk
11index b9b01c7..228a926 100644
12--- a/common.mk
13+++ b/common.mk
14@@ -289,6 +289,7 @@ export INSTALL_MOD_DIR ?= updates/drivers/net/ethernet/intel/${DRIVER}
15 kernelbuild = ${MAKE} $(if ${GCC_I_SYS},CC="${GCC_I_SYS}") \
16 ${CCFLAGS_VAR}="${EXTRA_CFLAGS}" \
17 -C "${KSRC}" \
18+ CONFIG_IXGBE=m \
19 CONFIG_${DRIVER_UPPERCASE}=m \
20 M="${CURDIR}" \
21 ${2} ${1};
22--
232.8.3