summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/dpdk/dpdk_16.07.bb
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-11-16 16:02:40 +0800
committerSaul Wold <sgw@linux.intel.com>2016-11-28 12:45:06 -0800
commit5b74ee0138a28551292dc30c631344453e07c2cf (patch)
treebecdf07768a713febadef33e52c0c9181a4ea17d /common/recipes-extended/dpdk/dpdk_16.07.bb
parentf8d24485e8fd8fb3671bb1f8b41a115a6316817a (diff)
downloadmeta-intel-5b74ee0138a28551292dc30c631344453e07c2cf.tar.gz
dpdk: Update v16.07 -> v16.11
Updated the DPDK recipe from v16.07 to v16.11. for dpdk v16.11 the rte_ivshmem feature has dropped and the default configuration file for packet_ordering example is replaced with the "native" x86 file. Rename and modified the patch: dpdk-16.11-dpdk-fix-installation-warning-and-issue.patch accordingly since this doesn't apply cleanly on top of dpdk v16.11 Removed the patches: dpdk-16.07-net-ixgbe-move-PCI-device-IDs-from-EAL.patch dpdk-16.07-net-igb-move-PCI-device-IDs-from-EAL.patch dpdk-16.07-kni-fix-build-with-kernel-4.8.patch from dpdk.inc since these changes/fix are now added in dpdk v16.11. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-extended/dpdk/dpdk_16.07.bb')
-rw-r--r--common/recipes-extended/dpdk/dpdk_16.07.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/common/recipes-extended/dpdk/dpdk_16.07.bb b/common/recipes-extended/dpdk/dpdk_16.07.bb
deleted file mode 100644
index 55729cd9..00000000
--- a/common/recipes-extended/dpdk/dpdk_16.07.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1include dpdk.inc
2
3SRC_URI += "\
4 file://dpdk-16.04-add-config-variable-to-enable-disable-dpdk_qat.patch \
5 file://dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch \
6 "
7
8SRC_URI[dpdk.md5sum] = "4afdc7951e21ff878a85ecade7f6f488"
9SRC_URI[dpdk.sha256sum] = "cc982455a74357e465112bede5c29451b6eeb35f8c1c0dcea280dd3e7829f0e9"
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}