summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/dpdk/dpdk.inc')
-rw-r--r--common/recipes-extended/dpdk/dpdk.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-extended/dpdk/dpdk.inc
index bfb30341..642aade3 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/common/recipes-extended/dpdk/dpdk.inc
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
6SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \ 6SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
7 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 7 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
8 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \ 8 file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
9 file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \
10 file://dpdk-16.04-Fix-for-misleading-indentation-error.patch \ 9 file://dpdk-16.04-Fix-for-misleading-indentation-error.patch \
11 file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \ 10 file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \
12 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \ 11 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
@@ -61,7 +60,7 @@ def get_dpdk_target_mach(bb, d):
61 "mohonpeak64": "atm", 60 "mohonpeak64": "atm",
62 "mohonpeak32": "atm", 61 "mohonpeak32": "atm",
63 "crystalforest": "ivb", 62 "crystalforest": "ivb",
64 "intel_corei7_64": "hsw", 63 "intel_corei7_64": "atm",
65 } 64 }
66 65
67 if target_arch in multiarch_options : 66 if target_arch in multiarch_options :