summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/qat/qat16.inc
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-04-12 18:22:35 +0800
committerSaul Wold <sgw@linux.intel.com>2016-04-12 10:31:10 -0700
commitb6c9d76e184c219cca688ad309841084615e315d (patch)
tree68900c339e24375249fff2cb27a021fd08aef287 /meta-isg/common/recipes-extended/qat/qat16.inc
parentb11880629a9a1749b833e2babbdce5a786e5dbee (diff)
downloadmeta-intel-b6c9d76e184c219cca688ad309841084615e315d.tar.gz
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 <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-isg/common/recipes-extended/qat/qat16.inc')
-rw-r--r--meta-isg/common/recipes-extended/qat/qat16.inc1
1 files changed, 1 insertions, 0 deletions
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 () {
73} 73}
74 74
75do_install() { 75do_install() {
76 export MACHINE="${TARGET_ARCH}"
76 cd ${S}/quickassist 77 cd ${S}/quickassist
77 oe_runmake install 78 oe_runmake install
78 79