[meta-intel] [PATCHv2 1/2] meta-intel/common: Initial Intel DPDK recipe under recipes-extended

Burton, Ross ross.burton at intel.com
Thu Jul 10 13:03:56 PDT 2014


On 10 July 2014 09:40,  <wei.sern.chan at intel.com> wrote:
> This is an initial version of Intel Data Plane Development Kits
> (DPDK) recipe support. This recipe is targetting on Intel DPDK
> v1.6.0r2. This recipe is created under meta-intel/common because
> Intel DPDK can be commonly used several Intel BSP platforms such
> as Romley, Crystal-Forest & Mohon-peak. We resolved examples apps
> build failure found in v1.6.0-r2 by cherry-picking patches from
> v1.7.0 as they are not planned to be fixed in v1.6.0-r2. The
> example app build failure are found in qos_sched, eal_flags_autotest
> and cmdline_autotest.

This fails a build from clean:

| /data/poky-master/tmp/work/nuc-poky-linux/dpdk/1.6.0r2-r0/temp/run.do_compile.7306:
129: [: cmdline: unexpected operator
| /data/poky-master/tmp/work/nuc-poky-linux/dpdk/1.6.0r2-r0/temp/run.do_compile.7306:
129: [: dpdk_qat: unexpected operator

Your logic is probably expanding to empty strings.

| make[1]: Entering directory
`/data/poky-master/tmp/work/nuc-poky-linux/dpdk/1.6.0r2-r0/dpdk-1.6.0r2/examples/dpdk_qat/build'
|   CC main.o
|   CC crypto.o
| /data/poky-master/tmp/work/nuc-poky-linux/dpdk/1.6.0r2-r0/dpdk-1.6.0r2/examples/dpdk_qat/crypto.c:64:17:
fatal error: cpa.h: No such file or directory
|  #include "cpa.h"

Missing build dependency?  Before submitting, it's best to always wipe
your build directory (just delete tmp/, or use wipe-sysroot) to verify
that you have the correct build dependencies.

Ross


More information about the meta-intel mailing list