thud migration: remove cryptoauth-openssl-engine from machine configuration

cryptoauth-openssl-engine is not compatible with OpenSSL v1.1.x, until
it will be supported, we disable it.

https://jira.digi.com/browse/DEL-6412

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-01-31 16:28:57 +01:00
parent 3980c84605
commit 3716f50825
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ WLAN_P2P_INTERFACE ?= "p2p0"
MACHINE_EXTRA_RRECOMMENDS += " \
cryptoauthlib \
cryptoauth-openssl-engine \
"
MACHINE_FEATURES += "cryptochip"

View File

@ -37,7 +37,6 @@ MACHINE_EXTRA_RRECOMMENDS += " \
${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'imx-alsa-plugins', '', d)} \
cryptoauthlib \
cryptodev-module \
cryptoauth-openssl-engine \
"
MACHINE_EXTRA_RRECOMMENDS_remove_use-mainline-bsp = "${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'imx-alsa-plugins', '', d)}"

View File

@ -41,7 +41,6 @@ MACHINE_EXTRA_RRECOMMENDS += " \
${WIRELESS_MODULE} \
cryptodev-module \
cryptoauthlib \
cryptoauth-openssl-engine \
"
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip"