[meta-intel] [PATCH 0/3] Add DPDK recipes to meta-intel/common

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Hi All, This series of patch consists below:- 1. Create meta-intel/common/recipes-extended folder and add initial recipe for Intel Data Plane Development Kits (DPDK) v1.6.0-r2. 2. Cherry-pick patches from dpdk.org to fix examples/app build issue

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

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com 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

[meta-intel] [PATCH 3/3] meta-romley: add Intel DPDK v1.6.0r2 support Romley machine config

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Added PREFERRED_PROVIDER and PREFERRED_VERSION for Intel DPDK. Added MACHINE_EXTRA_RRECOMMENDS to include dpdk for romley machine configuration so that building on Romley will automatically pick up Intel DPDK. This is an initial version of Intel DPDK

[meta-intel] [PATCH 2/3] meta-intel/common: fix Intel DPDK example apps build failure in v1.6.0-r2

2014-07-08 Thread wei . sern . chan
From: Chan Wei Sern wei.sern.c...@intel.com Intel DPDK v1.6.0r2 examples, qos_sched, eal_flags_autotest and cmdline_autotest have build failure in build. As above failures are not planned to be fixed in v1.6.0r2, so we resolve them by cherry-picking patches from v1.7.0 instead. Signed-off-by:

Re: [meta-intel] [PATCH 1/3] meta-intel/common: Initial Intel DPDK recipe under recipes-extended

2014-07-08 Thread Burton, Ross
On 8 July 2014 08:00, wei.sern.c...@intel.com wrote: +# Recipe Ingredients (source, patch, etc) +# Package Run-time dependency No need to add comments explaining what variables are for. +S = ${WORKDIR}/dpdk-${PV} This is the default, remove it. +export INSTALL_PATH = /opt/dpdk Why does

Re: [meta-intel] [PATCH 3/3] meta-romley: add Intel DPDK v1.6.0r2 support Romley machine config

2014-07-08 Thread Burton, Ross
On 8 July 2014 08:00, wei.sern.c...@intel.com wrote: +PREFERRED_PROVIDER_virtual/extended ?= dpdk What does this do? +PREFERRED_VERSION_dpdk ?= 1.6.0r2% There's only one version, so you don't need a preferred version. Ross -- ___ meta-intel