From 443a2c68976623dfd10f1627364078007aee35f9 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Wed, 27 Jul 2016 13:58:46 +0800 Subject: meta-isg: qat16: fix for GNU_HASH QA issue 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 Signed-off-by: Tom Zanussi --- 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 0235fac4..381d734e 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" -- cgit v1.2.3-54-g00ecf