Dear Maintainer(s), These patches will introduce the recipe to build openssl-1.0.1m with intel QAT sample patch v0.4.9-009. Openssl & zlib shim layers both use and install the qat_mem.ko driver. Make openssl shim is dependent on zlib-qat to ensure that only zlib-qat installs this kernel module.
This series applies on top of and builds with master. The image/ and packages-split/ looks okay for this branch. The image has been tested on a grantley & riverforest platform (with Broadwell) using the intel-corei7-64 BSP. Please merge in master if these look ok. Thank you, Changelog v2: *Squash patches in single patch *Cleanup to apply for master only Rahul Kumar Gupta (1): meta-isg: openssl-qat: Add support for v0.4.9-009 .../recipes-extended/openssl-qat/openssl-qat.inc | 110 + ...sl_qat-add-openssl-async-specific-symbols.patch | 113 + ..._0.4.9-009-openssl_qat-add-version-script.patch | 4695 ++++++++++++++++++++ ...qat-build-qat_mem-ko-against-yocto-kernel.patch | 62 + ...-environment-variables-to-have-precedence.patch | 59 + ...openssl_qat-install-engines-in-libdir-ssl.patch | 72 + .../openssl_qat-pass-oe_ldflags-to-linker.patch | 40 + .../openssl_qat-remove-redundant-rpaths.patch | 31 + .../openssl-qat/openssl-qat_0.4.9-009.bb | 12 + 9 files changed, 5194 insertions(+) create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat.inc create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat/openssl-qat_0.4.9-009-openssl_qat-add-openssl-async-specific-symbols.patch create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat/openssl-qat_0.4.9-009-openssl_qat-add-version-script.patch create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat/openssl_qat-build-qat_mem-ko-against-yocto-kernel.patch create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat/openssl_qat-environment-variables-to-have-precedence.patch create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat/openssl_qat-install-engines-in-libdir-ssl.patch create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat/openssl_qat-pass-oe_ldflags-to-linker.patch create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat/openssl_qat-remove-redundant-rpaths.patch create mode 100644 meta-isg/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
