Fix for:
ERROR: QA Issue: No GNU_HASH in the elf binary
by adding LDFLAGS to TARGET_CC_ARCH.

Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gu...@intel.com>
---
 meta-isg/common/recipes-extended/qat/qat16.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-isg/common/recipes-extended/qat/qat16.inc 
b/meta-isg/common/recipes-extended/qat/qat16.inc
index 0235fac..381d734 100644
--- a/meta-isg/common/recipes-extended/qat/qat16.inc
+++ b/meta-isg/common/recipes-extended/qat/qat16.inc
@@ -23,6 +23,7 @@ COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"
 S = "${WORKDIR}/${ICP_DRIVER_TYPE}"
 ICP_TOOLS = "accelcomp"
 SAMPLE_CODE_DIR = "${S}/quickassist/lookaside/access_layer/src/sample_code"
+TARGET_CC_ARCH += "$(LDFLAGS)"
 
 export ICP_DRIVER_TYPE = "QAT1.6"
 export ICP_FIRMWARE_DIR="dh895xcc"
-- 
1.9.1

-- 
_______________________________________________
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to