summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/qat/qat16_2.6.0-65.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/qat/qat16_2.6.0-65.bb')
-rw-r--r--common/recipes-extended/qat/qat16_2.6.0-65.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/recipes-extended/qat/qat16_2.6.0-65.bb b/common/recipes-extended/qat/qat16_2.6.0-65.bb
new file mode 100644
index 00000000..7444ccec
--- /dev/null
+++ b/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}