summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-10-14 16:40:17 +0800
committerSaul Wold <sgw@linux.intel.com>2016-10-17 08:12:13 -0700
commit6adafe510efbc9721f163adccbc7245e7751b730 (patch)
tree0f76ecea062ef6d3fe5079cd24b6fa4c0259736b /meta-isg/common/recipes-extended/dpdk/dpdk.inc
parent755c4a95e951342cdcdfc680ddb2d0807ff4d6c5 (diff)
downloadmeta-intel-6adafe510efbc9721f163adccbc7245e7751b730.tar.gz
meta-isg: dpdk: fix build with kernel v4.8
Backported fixes from upstream dpdk sources to ensure dpdk 16.07 compiles against kernel 4.8. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk.inc')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
index f9720291..e90b13f7 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
@@ -11,6 +11,9 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
11 file://dpdk-16.07-dpdk-fix-installation-warning-and-issue.patch \ 11 file://dpdk-16.07-dpdk-fix-installation-warning-and-issue.patch \
12 file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \ 12 file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \
13 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \ 13 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
14 file://dpdk-16.07-net-ixgbe-move-PCI-device-IDs-from-EAL.patch \
15 file://dpdk-16.07-net-igb-move-PCI-device-IDs-from-EAL.patch \
16 file://dpdk-16.07-kni-fix-build-with-kernel-4.8.patch \
14 " 17 "
15 18
16COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64" 19COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"