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-12 11:07:00 -0800
commit5f07e8eb8293c39065baf3029acb9dcee17ef46e (patch)
tree1a2e6723c8eace19656aaac8d85ecab4eb1b3a44 /meta-isg/common/recipes-extended/dpdk/dpdk_2.2.0.bb
parente3f965cda3e2ee84c08b9cca10a24d0d03f54a4e (diff)
downloadmeta-intel-5f07e8eb8293c39065baf3029acb9dcee17ef46e.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}