summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk_16.07.bb
blob: 55729cd91c95b6fb162b146d0420e4b2a84f73d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}