From cd5d22bb686a062e6df9ad09935f60f57dd6657b Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 8 Oct 2015 23:50:01 +0800 Subject: meta-isg: dpdk: fix v1.8.0 build with kernel 4.1 Backported fixes from upstream dpdk sources to ensure dpdk 1.8.0 compiles against kernel 4.1. Signed-off-by: Anuj Mittal Signed-off-by: Saul Wold --- meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb') diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb index a6b2aed6..82f801e8 100644 --- a/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb +++ b/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb @@ -1,6 +1,13 @@ include dpdk.inc -SRC_URI += "file://dpdk-1.8.0-and-2.0.0-examples-add-config-variable-to-enable-disable-dpdk.patch" +SRC_URI += "file://dpdk-1.8.0-and-2.0.0-examples-add-config-variable-to-enable-disable-dpdk.patch \ + file://dpdk-1.8.0-and-2.0.0-ixgbe-fix-a-build-warning-being-treated-as-error.patch \ + file://dpdk-1.8.0-kni-fix-build-with-kernel-3.19.patch \ + file://dpdk-2.0.0-kni-fix-build-with-kernel-4.0.patch \ + file://dpdk-2.0.0-kni-fix-igb-build-with-kernel-4.1.patch \ + file://dpdk-2.0.0-kni-net-fix-build-with-kernel-4.1.patch \ + file://dpdk-1.8.0-mk-rework-gcc-version-detection-to-permit-versions-n.patch \ + " SRC_URI[dpdk.md5sum] = "11ad8785aaa869cc87265bcb8d828f22" SRC_URI[dpdk.sha256sum] = "9f5386830bd999355182e20408f3fc2cfa0802a4497fdded8d43202feede1939" -- cgit v1.2.3-54-g00ecf