summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-04-16 09:26:42 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-16 15:28:51 -0300
commit69f43d70740ff98ce5c25aa3ecde39f6a006fe02 (patch)
tree7a24eb4f9f9aabac703ee54c9fd85efaa2661829 /recipes-connectivity
parent4caa559c6a19ed183dd6d6a55313d4c9eac595b3 (diff)
downloadmeta-freescale-69f43d70740ff98ce5c25aa3ecde39f6a006fe02.tar.gz
openssl-qoriq: enable cryptodev-linux PACKAGECONFIG
Enable it to offload crypto operation on Qoriq platforms. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/openssl/openssl_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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 = " \
4 file://0001-eng_devcrypto-add-support-for-TLS-algorithms-offload.patch \ 4 file://0001-eng_devcrypto-add-support-for-TLS-algorithms-offload.patch \
5 file://0002-eng_devcrypto-add-support-for-TLS1.2-algorithms-offl.patch \ 5 file://0002-eng_devcrypto-add-support-for-TLS1.2-algorithms-offl.patch \
6" 6"
7
8PACKAGECONFIG_append_qoriq = " cryptodev-linux"