diff options
author | Ting Liu <ting.liu@nxp.com> | 2021-04-16 09:26:42 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-16 15:28:51 -0300 |
commit | 69f43d70740ff98ce5c25aa3ecde39f6a006fe02 (patch) | |
tree | 7a24eb4f9f9aabac703ee54c9fd85efaa2661829 | |
parent | 4caa559c6a19ed183dd6d6a55313d4c9eac595b3 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-connectivity/openssl/openssl_%.bbappend | 2 |
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 | |||
8 | PACKAGECONFIG_append_qoriq = " cryptodev-linux" | ||