summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_18.02.bb
diff options
context:
space:
mode:
authorAwais Belal <awais_belal@mentor.com>2018-03-28 12:27:47 +0500
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-03-30 11:11:38 -0700
commit6863a1c00269394390b526ca4806204a969be970 (patch)
tree8a82502539cddc272bf59af46dc3dba459c70a2b /recipes-extended/dpdk/dpdk_18.02.bb
parente20c4f5977132f11c116af79ef649197ac28d9f5 (diff)
downloadmeta-dpdk-6863a1c00269394390b526ca4806204a969be970.tar.gz
dpdk: upgrade to 18.02
This upgrades the dpdk package to 18.02 which is the latest release and drops a patch that has already been merged upstream in this package. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_18.02.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_18.02.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_18.02.bb b/recipes-extended/dpdk/dpdk_18.02.bb
new file mode 100644
index 0000000..537d615
--- /dev/null
+++ b/recipes-extended/dpdk/dpdk_18.02.bb
@@ -0,0 +1,19 @@
1include dpdk.inc
2
3SRC_URI += "\
4 file://dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch \
5 file://0001-examples-Fix-maybe-uninitialized-warning.patch \
6 "
7
8SRC_URI[dpdk.md5sum] = "49d08ced0a978a71cc3942af5cf51b95"
9SRC_URI[dpdk.sha256sum] = "f1210310fd5f01a3babe3a09d9b3e5a9db791c2ec6ecfbf94ade9f893a0632b8"
10
11export EXAMPLES_BUILD_DIR = "${RTE_TARGET}"
12export ARCHDIR = "generic"
13
14do_configure_prepend () {
15 sed -e "s#CONFIG_RTE_LIBRTE_POWER=y#CONFIG_RTE_LIBRTE_POWER=${CONFIG_EXAMPLE_VM_POWER_MANAGER}#" -i ${S}/config/common_linuxapp
16}
17
18COMPATIBLE_HOST_linux-gnux32 = "null"
19COMPATIBLE_HOST_libc-musl_class-target = "null"