Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] [RFC] openssl: Enable cryptodev-linux by default
@ 2021-01-28 21:35 Tom Hochstein
  2021-01-28 21:40 ` [OE-core] " Otavio Salvador
  2021-01-29  1:15 ` Khem Raj
  0 siblings, 2 replies; 8+ messages in thread
From: Tom Hochstein @ 2021-01-28 21:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: otavio, Tom Hochstein

This is a Request for Comment. Would it be a good idea to enable cryptodev-linux
by default, gaining hardware acceleration where supported? Are there any
unacceptable drawbacks? What happens on hardware without acceleration?

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
index 5617f337e0..d4c19f1a52 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb
@@ -28,7 +28,7 @@ SRC_URI[sha256sum] = "e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee0
 inherit lib_package multilib_header multilib_script ptest
 MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
 
-PACKAGECONFIG ?= ""
+PACKAGECONFIG ?= "cryptodev-linux"
 PACKAGECONFIG_class-native = ""
 PACKAGECONFIG_class-nativesdk = ""
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-29 21:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-28 21:35 [PATCH] [RFC] openssl: Enable cryptodev-linux by default Tom Hochstein
2021-01-28 21:40 ` [OE-core] " Otavio Salvador
2021-01-29  1:15 ` Khem Raj
2021-01-29  8:32   ` Diego Santa Cruz
2021-01-29 20:39     ` Andre McCurdy
2021-01-29 20:45       ` Otavio Salvador
2021-01-29 21:14         ` Andre McCurdy
2021-01-29 21:20           ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox