From 69f43d70740ff98ce5c25aa3ecde39f6a006fe02 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 16 Apr 2021 09:26:42 +0800 Subject: [PATCH] openssl-qoriq: enable cryptodev-linux PACKAGECONFIG Enable it to offload crypto operation on Qoriq platforms. Signed-off-by: Ting Liu --- recipes-connectivity/openssl/openssl_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.40.1