summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-01-12 19:06:09 +0800
committerSaul Wold <sgw@linux.intel.com>2016-01-21 06:46:05 -0800
commit994b3e440d7f107b8a7ea5ccc94065f26923988a (patch)
tree32779f12c4c415fd9e15c4a41b42e50cf04aaa0a /meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
parent1ce13b3d39b2da79916e3a175cee6baa507290f1 (diff)
downloadmeta-intel-994b3e440d7f107b8a7ea5ccc94065f26923988a.tar.gz
meta-isg: dpdk: Upgrade DPDK v2.1.0 to DPDK v2.2.0
This will upgrade the recipe dpdk v2.1.0 to dpdk v2.2.0. The recipe is for platforms like grantley and crystalforest using the common BSP intel-corei7-64. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
new file mode 100644
index 00000000..b9bd7f03
--- /dev/null
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
@@ -0,0 +1,16 @@
1include dpdk.inc
2
3SRC_URI += "\
4 file://dpdk-2.1.0-add-config-variable-to-enable-disable-dpdk_qat.patch \
5 file://dpdk-2.0.0-dpdk-enable-ip_fragmentation-in-common_linuxapp.patch \
6 "
7
8SRC_URI[dpdk.md5sum] = "22e2fd68cd5504f43fe9a5a6fd6dd938"
9SRC_URI[dpdk.sha256sum] = "77206ad93618ec93ef6e59566e240aa80b6f660d12693febf0fa96ee23bd610d"
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}