summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb
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_2.6.0-65.bb
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_2.6.0-65.bb')
-rw-r--r--meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb b/meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb
new file mode 100644
index 00000000..7444ccec
--- /dev/null
+++ b/meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb
@@ -0,0 +1,13 @@
1include qat16.inc
2
3SRC_URI += "https://01.org/sites/default/files/page/qatmux.l.2.6.0-60.tgz;name=qat \
4 file://qat16_2.6.0-65-qat-add-install-target-to-makefiles.patch \
5 file://qat16_2.6.0-65-qat-override-CC-LD-AR-only-when-it-is-not-define.patch \
6 "
7
8SRC_URI[qat.md5sum] = "c54e877fb9fbb4690a9bd50793268bcf"
9SRC_URI[qat.sha256sum] = "872046ffdf02f664d12a56cdb880403d65b914b303b75875707a9eebd9c841f5"
10
11do_install_append() {
12 install -m 0755 ${SAMPLE_CODE_DIR}/performance/compression/calgary32 ${D}${base_libdir}/firmware
13}