From b6c9d76e184c219cca688ad309841084615e315d Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Tue, 12 Apr 2016 18:22:35 +0800 Subject: 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 Signed-off-by: Saul Wold --- meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb (limited to 'meta-isg/common/recipes-extended/qat/qat16_2.6.0-65.bb') 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 @@ +include qat16.inc + +SRC_URI += "https://01.org/sites/default/files/page/qatmux.l.2.6.0-60.tgz;name=qat \ + file://qat16_2.6.0-65-qat-add-install-target-to-makefiles.patch \ + file://qat16_2.6.0-65-qat-override-CC-LD-AR-only-when-it-is-not-define.patch \ + " + +SRC_URI[qat.md5sum] = "c54e877fb9fbb4690a9bd50793268bcf" +SRC_URI[qat.sha256sum] = "872046ffdf02f664d12a56cdb880403d65b914b303b75875707a9eebd9c841f5" + +do_install_append() { + install -m 0755 ${SAMPLE_CODE_DIR}/performance/compression/calgary32 ${D}${base_libdir}/firmware +} -- cgit v1.2.3-54-g00ecf