summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
diff options
context:
space:
mode:
authorWU CHIA CHUAN <chia.chuan.wu@intel.com>2015-07-28 16:05:10 +0800
committerDarren Hart <dvhart@linux.intel.com>2015-07-29 11:37:41 -0700
commitca1e771363d3f80317f31b30509a6a238e096699 (patch)
tree51d22e1c3f6bb94cf541b119b2d7c4b8e680ef42 /meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
parentd48ca52bbe6d768a6eefdcede121eeb89ba79e4b (diff)
downloadmeta-intel-ca1e771363d3f80317f31b30509a6a238e096699.tar.gz
meta-isg: dpdk v2.0.0: add patch to handle ip_fragmentation application
dpdk v2.0.0 required "CONFIG_RTE_IP_FRAG=y" in order to build ip_fragmentation application. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
index 0e9350b1..cb1b1d3f 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb
@@ -1,5 +1,8 @@
1include dpdk.inc 1include dpdk.inc
2 2
3SRC_URI += "file://dpdk-2.0.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch \
4 "
5
3SRC_URI[dpdk.md5sum] = "e9e7935c9eec920841ad373949514934" 6SRC_URI[dpdk.md5sum] = "e9e7935c9eec920841ad373949514934"
4SRC_URI[dpdk.sha256sum] = "643789a3be5ba44dd84d6b248cdf5471b260f8736dada177dadf076aebfbff3f" 7SRC_URI[dpdk.sha256sum] = "643789a3be5ba44dd84d6b248cdf5471b260f8736dada177dadf076aebfbff3f"
5 8