summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/qat/qat16_2.5.0-80.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/qat/qat16_2.5.0-80.bb')
-rw-r--r--common/recipes-extended/qat/qat16_2.5.0-80.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/recipes-extended/qat/qat16_2.5.0-80.bb b/common/recipes-extended/qat/qat16_2.5.0-80.bb
new file mode 100644
index 00000000..46d81fbc
--- /dev/null
+++ b/common/recipes-extended/qat/qat16_2.5.0-80.bb
@@ -0,0 +1,12 @@
1include qat16.inc
2
3SRC_URI += "https://01.org/sites/default/files/page/qatmux.l.${PV}.tgz;name=qat \
4 file://qat16_2.5.0-80-qat-add-install-target-to-makefiles.patch \
5 "
6
7SRC_URI[qat.md5sum] = "e3c2ceeec7ed8b36d75682742caff81e"
8SRC_URI[qat.sha256sum] = "e9e47cd9cbd98c2ceac5cc31570e443680649be682068126df6d749120a3697d"
9
10do_install_append() {
11 install -m 0755 ${SAMPLE_CODE_DIR}/performance/compression/calgary32 ${D}${base_libdir}/firmware
12}