From 5b74ee0138a28551292dc30c631344453e07c2cf Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Wed, 16 Nov 2016 16:02:40 +0800 Subject: 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 Signed-off-by: Saul Wold --- common/recipes-extended/dpdk/dpdk_16.07.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 common/recipes-extended/dpdk/dpdk_16.07.bb (limited to 'common/recipes-extended/dpdk/dpdk_16.07.bb') 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 @@ -include dpdk.inc - -SRC_URI += "\ - file://dpdk-16.04-add-config-variable-to-enable-disable-dpdk_qat.patch \ - file://dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch \ - " - -SRC_URI[dpdk.md5sum] = "4afdc7951e21ff878a85ecade7f6f488" -SRC_URI[dpdk.sha256sum] = "cc982455a74357e465112bede5c29451b6eeb35f8c1c0dcea280dd3e7829f0e9" - -export EXAMPLES_BUILD_DIR = "${RTE_TARGET}" -export ARCHDIR = "generic" - -do_configure_prepend () { - sed -e "s#CONFIG_RTE_LIBRTE_POWER=y#CONFIG_RTE_LIBRTE_POWER=${CONFIG_EXAMPLE_VM_POWER_MANAGER}#" -i ${S}/config/common_linuxapp -} -- cgit v1.2.3-54-g00ecf