[meta-intel] [master][PATCH 0/1] Fix DPDK build error with GCC 6

Rahul Kumar Gupta rahul.kumarxx.gupta at intel.com
Mon Jul 4 23:07:44 PDT 2016


Dear Maintainer(s),

This change is to fix the misleading indentation warning/error in the
DPDK 16.04 with GCC version 6. This is the warning teated as error since
yocto is using -Wall and -Werror.  

A new warning -Wmisleading-indentation was added to -Wall in GCC version 6,
warning about places where the indentation of the code might mislead a human
reader about the control flow.

The image have been tested on Grantley-Broadwell using intel-corei7-64 BSP.

Please merge in master if these looks ok.

Thanks,

Rahul Kumar Gupta (1):
  meta-isg: dpdk : Fix for misleading indentation error

 meta-isg/common/recipes-extended/dpdk/dpdk.inc     |  1 +
 ...6.04-Fix-for-misleading-indentation-error.patch | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)
 create mode 100644 meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-16.04-Fix-for-misleading-indentation-error.patch

-- 
1.9.1



More information about the meta-intel mailing list