mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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 <rahul.kumarxx.gupta@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
parent
3f51f61efe
commit
443a2c6897
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user