From 76526b2b28b4e840e9a8b83840433de53e7f0e59 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 28 Jul 2015 16:05:11 +0800 Subject: meta-isg: fix build of dpdk_qat example app Make sure that the dpdk_qat example app builds okay when enabled using PACKAGECONFIG ?= " dpdk_qat". Added a patch to dpdk_qat makefile to point to correct location of qat libs and headers. Signed-off-by: Anuj Mittal Signed-off-by: Darren Hart --- meta-isg/common/recipes-extended/dpdk/dpdk.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk.inc') diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc index 3106959e..4b1a0c6e 100644 --- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc +++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc @@ -7,6 +7,7 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \ file://dpdk-1.8.0-and-2.0.0-examples-add-config-variable-to-enable-disable-dpdk.patch \ file://dpdk-1.8.0-and-2.0.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ file://dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch \ + file://dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch \ " # dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat. @@ -40,6 +41,7 @@ export RTE_KERNELDIR_OUT = "${STAGING_KERNEL_BUILDDIR}" export INSTALL_PATH = "${prefix}/dpdk" export SYSROOTPATH = "--sysroot=${STAGING_DIR_HOST}" export DPDK_TARGET_MACH = "${@get_dpdk_target_mach(bb,d)}" +export ICP_LAC_API_DIR = "${STAGING_DIR_TARGET}${includedir}/lac" # The list of intel Comms platforms and their target machine # process mapping. The supported target machine is listed under -- cgit v1.2.3-54-g00ecf