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-10-18 23:22:30 +0800
committerSaul Wold <sgw@linux.intel.com>2016-10-18 12:02:17 -0700
commit485f82ab71604173b698b55a8f4495b3741ce538 (patch)
treede1754c490e503d6c8cb09d7c546c91ac22ba7f4 /common/recipes-extended/dpdk/dpdk_16.07.bb
parent6adafe510efbc9721f163adccbc7245e7751b730 (diff)
downloadmeta-intel-485f82ab71604173b698b55a8f4495b3741ce538.tar.gz
dpdk: move dpdk from meta-isg to common
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate dpdk v16.07 recipe from meta-isg layer to common meta-intel layer. 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, 16 insertions, 0 deletions
diff --git a/common/recipes-extended/dpdk/dpdk_16.07.bb b/common/recipes-extended/dpdk/dpdk_16.07.bb
new file mode 100644
index 00000000..55729cd9
--- /dev/null
+++ b/common/recipes-extended/dpdk/dpdk_16.07.bb
@@ -0,0 +1,16 @@
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}