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

wei.sern.chan at intel.com wei.sern.chan at intel.com
Thu Jul 17 01:56:55 PDT 2014


From: Chan Wei Sern <wei.sern.chan at 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 found on 1.6.0-r2.
3. Update romley and romley-ivb machine configuration to include dpdk-1.6.0r2 during the build.

Changelog v2:
I have fixed as per Ross' comment
1. Removal of comment that is obvious, code is default behavior, converted multiple test statement
   into single test and finally merge do_compile_append() into do_compile and also merge
   do_install_append() into do_install().
2. Squash the commit of "fix Intel DPDK example apps build failure in v1.6.0-r2" into
   "Initial Intel DPDK recipe under recipes-extended" to make it a single commit.
3. Removed PREFERRED_provider and PREFERRED_VERSION from romley-ivb and romley machine configuration.

Changelog v3:
1. Added Sign-off, Upstream Status and source of Imported patch on each of the patch.
2. Further removal obvious comment in recipes.
3. Confirmed clean build success and tested on Romley.

Changelog v4:
Ross came back with further comment and this will be final.
1. Fixed "==" to "=" for compatibility purpose.
2. Group all examples/app into FILES_${PN}-examples. As not all the time we need examples app to be placed 
   in sysroots.

Please help to pull this into meta-intel:daisy branch and meta-intel:master branch.

Thanks.
Regards,
Chan Wei Sern.
The following changes since commit 50d1afd52a612dbf9a190bf869c37253864886cc:

  Provide a time limited kernel extension for the v3.14 kernel (2014-06-12 11:58:21 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib wchan9/daisy/intel-bsp-common
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=wchan9/daisy/intel-bsp-common

Chan Wei Sern (3):
  meta-intel/common: Initial Intel DPDK recipe under recipes-extended
  meta-intel/common: fix Intel DPDK example apps build failure in
    v1.6.0-r2
  meta-romley: add Intel DPDK v1.6.0r2 support Romley machine config

 ...ix-build-switches-to-enable-cmdline-tests.patch |  49 +++++
 ...dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch |  31 ++++
 ...k-1.6.0r2-examples-qos_sched-fix-makefile.patch |  31 ++++
 common/recipes-extended/dpdk/dpdk_1.6.0r2.bb       | 205 +++++++++++++++++++++
 meta-romley/conf/machine/romley-ivb.conf           |   6 +-
 meta-romley/conf/machine/romley.conf               |   6 +-
 6 files changed, 326 insertions(+), 2 deletions(-)
 create mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-app-test-fix-build-switches-to-enable-cmdline-tests.patch
 create mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-eal-fix-option-base-virtaddr.patch
 create mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-1.6.0r2-examples-qos_sched-fix-makefile.patch
 create mode 100644 common/recipes-extended/dpdk/dpdk_1.6.0r2.bb

-- 
1.9.1



More information about the meta-intel mailing list