]> code.ossystems Code Review - meta-freescale.git/commitdiff
openssl-qoriq: enable cryptodev-linux PACKAGECONFIG
authorTing Liu <ting.liu@nxp.com>
Fri, 16 Apr 2021 01:26:42 +0000 (09:26 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Apr 2021 18:28:51 +0000 (15:28 -0300)
Enable it to offload crypto operation on Qoriq platforms.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-connectivity/openssl/openssl_%.bbappend

index 182925e039e3cbbb3e8da96e3e20aa6c01194cca..ce4ff276e6337f768ea5d406ee0fd24b5da1ba30 100644 (file)
@@ -4,3 +4,5 @@ SRC_URI_append_qoriq = " \
        file://0001-eng_devcrypto-add-support-for-TLS-algorithms-offload.patch \
        file://0002-eng_devcrypto-add-support-for-TLS1.2-algorithms-offl.patch \
 "
+
+PACKAGECONFIG_append_qoriq = " cryptodev-linux"