mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
for dpdk v17.02 updated the existing patch and recipe as per the changes in the directory names. Rename and modified the patch: dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch accordingly since this doesn't apply cleanly on top of dpdk v17.02 Modified .inc according to the change in directory names. Signed-off-by: Shashwat Pandey <shashwatx.pandey@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
19 lines
651 B
BlitzBasic
19 lines
651 B
BlitzBasic
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] = "9ac25cffecbf550e145c45e53db03a3d"
|
|
SRC_URI[dpdk.sha256sum] = "b07b546e910095174bdb6152bb0d7ce057cc4b79aaa74771aeee4e8a7219fb38"
|
|
|
|
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
|
|
}
|
|
|
|
COMPATIBLE_HOST_libc-musl_class-target = "null"
|