From b6c9d76e184c219cca688ad309841084615e315d Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Tue, 12 Apr 2016 18:22:35 +0800 Subject: meta-isg: qat16: update v2.3.0-34 -> v2.6.0-65 * Add recipe for qat16 v2.6.0-65 and retire qat16 v2.3.0-34 with respective patches * Use the version directly in SRC_URI instead of ${PV} since version of qatmux (v2.6.0-60) and qat16 (v2.6.0-65) are no longer same. * Added an install target to makefiles to help install ingredients at a proper path. * Ensure that compiler linker and archiver will override only when it is not defined by the environment. * Override the MACHINE name for do_install. Signed-off-by: Rahul Kumar Gupta Signed-off-by: Saul Wold --- meta-isg/common/recipes-extended/qat/qat16.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-isg/common/recipes-extended/qat/qat16.inc') diff --git a/meta-isg/common/recipes-extended/qat/qat16.inc b/meta-isg/common/recipes-extended/qat/qat16.inc index 59b21d11..0235fac4 100644 --- a/meta-isg/common/recipes-extended/qat/qat16.inc +++ b/meta-isg/common/recipes-extended/qat/qat16.inc @@ -73,6 +73,7 @@ do_compile () { } do_install() { + export MACHINE="${TARGET_ARCH}" cd ${S}/quickassist oe_runmake install -- cgit v1.2.3-54-g00ecf