[meta-intel] [master][PATCH 0/2] Fix build for GNU_HASH QA issue

Rahul Kumar Gupta rahul.kumarxx.gupta at intel.com
Tue Jul 26 22:58:45 PDT 2016


Dear Maintainer(s),

These changes will fix do_package_qa errors in qat16 v2.6.0-65 and zlib-qat
v0.4.7-002 by adding LDFLAGS to TARGET_CC_ARCH.

LDFLAGS is not used by the each Makefile so instead of adding this in 
Makefiles, passed LDFLAGS with TARGET_CC_ARCH. To ensure that the LDFLAGS
variable is being passed to the linker command.

These QA errors are due to the default linker hash style is set to sysv
in gcc-cross.inc in poky now. So We need to explicitly set the hash style 
to gnu in our LDFLAGS.

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 (2):
  meta-isg: qat16: fix for GNU_HASH QA issue
  meta-isg: zlib-qat: fix for GNU_HASH QA error

 meta-isg/common/recipes-extended/qat/qat16.inc                  | 1 +
 meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 1 +
 2 files changed, 2 insertions(+)

-- 
1.9.1



More information about the meta-intel mailing list