diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2019-03-04 13:38:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 00:31:47 +0100 |
commit | 8d19b6aaa841db826334d51edcf2a1f6c8a71f5c (patch) | |
tree | f1d81020404e52cd1281d81e91aeb054532832e2 /meta | |
parent | 9854e29e7a87405d525e3ce513c9bacd57529861 (diff) | |
download | poky-8d19b6aaa841db826334d51edcf2a1f6c8a71f5c.tar.gz |
openssl: Add cryptodev-linux PACKAGECONFIG
The old bsd cryptodev engine was removed in
https://github.com/openssl/openssl/pull/3699
and the new one added in:
https://github.com/openssl/openssl/pull/3744
It can be enabled by configuring with "enable-devcryptoeng".
(From OE-Core rev: 89dc69464b9ec1c2cac5d2420dfe6928da50d384)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb index 75810ddd09..fd376f7153 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | |||
@@ -27,6 +27,12 @@ SRC_URI[sha256sum] = "fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed | |||
27 | 27 | ||
28 | inherit lib_package multilib_header ptest | 28 | inherit lib_package multilib_header ptest |
29 | 29 | ||
30 | PACKAGECONFIG ?= "" | ||
31 | PACKAGECONFIG_class-native = "" | ||
32 | PACKAGECONFIG_class-nativesdk = "" | ||
33 | |||
34 | PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux" | ||
35 | |||
30 | B = "${WORKDIR}/build" | 36 | B = "${WORKDIR}/build" |
31 | do_configure[cleandirs] = "${B}" | 37 | do_configure[cleandirs] = "${B}" |
32 | 38 | ||