diff options
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.bb | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 88cf66c3..00000000 --- a/common/recipes-extended/qat/qat16_2.6.0-65.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | include qat16.inc | ||
2 | |||
3 | SRC_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 | file://use-CC-for-LD.patch \ | ||
7 | " | ||
8 | |||
9 | SRC_URI_append_libc-musl = " file://0001-OsalServices-Only-use-bits-time-with-GLIBC.patch" | ||
10 | |||
11 | SRC_URI[qat.md5sum] = "c54e877fb9fbb4690a9bd50793268bcf" | ||
12 | SRC_URI[qat.sha256sum] = "872046ffdf02f664d12a56cdb880403d65b914b303b75875707a9eebd9c841f5" | ||
13 | |||
14 | do_install_append() { | ||
15 | install -m 0755 ${SAMPLE_CODE_DIR}/performance/compression/calgary32 ${D}${base_libdir}/firmware | ||
16 | } | ||