From: Ting Liu Date: Fri, 16 Apr 2021 01:26:42 +0000 (+0800) Subject: openssl-qoriq: enable cryptodev-linux PACKAGECONFIG X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=69f43d70740ff98ce5c25aa3ecde39f6a006fe02;p=meta-freescale.git openssl-qoriq: enable cryptodev-linux PACKAGECONFIG Enable it to offload crypto operation on Qoriq platforms. Signed-off-by: Ting Liu --- diff --git a/recipes-connectivity/openssl/openssl_%.bbappend b/recipes-connectivity/openssl/openssl_%.bbappend index 182925e0..ce4ff276 100644 --- a/recipes-connectivity/openssl/openssl_%.bbappend +++ b/recipes-connectivity/openssl/openssl_%.bbappend @@ -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"