From: Anuj Mittal <[email protected]> Dear Maintainer(s),
These patches provide the support for Intel QAT1.6 v 2.3.0-34 on RiverForest platforms. Intel's QuickAssist Technology is designed to optimize the use and deployment of algorithm accelerators in networking and security applications. The software consists of a QAT API that is implemented by a driver which in turn drives the Intel QuickAssist Accelerator hardware. The acceleration driver can run in either kernel space or in user space. More information on QAT is available at: https://01.org/packet-processing/intel%C2%AE-quickassist-technology-drivers-and-patches Basic tests have been run to ensure software ingredients have been integrated. Image and packages-split looks satisfactory. Most of the changes in form of patches here deal with making sure that the software ingredients are installed at right place. Please commit if these look okay. Thank you. --- Changelog v2: * Changed package name * Changed do_compile to match dizzy recipe Anuj Mittal (2): meta-crystalforest: qat recipe for riverforest meta-crystalforest: qat makefile patches ...add-generic-paths-to-makefile-for-install.patch | 131 +++++ ....0-34-qat-remove-local-path-from-makefile.patch | 31 ++ ..._2.3.0-34-qat-tweak-sample-code-makefiles.patch | 552 ++++++++++++++++++++ .../recipes-extended/qat/qat16_2.3.0-34.bb | 117 +++++ 4 files changed, 831 insertions(+) create mode 100644 meta-crystalforest/recipes-extended/qat/qat16/qat16_2.3.0-34-qat-add-generic-paths-to-makefile-for-install.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat16/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat16/qat16_2.3.0-34-qat-tweak-sample-code-makefiles.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat16_2.3.0-34.bb -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
