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:
parent
3980c84605
commit
3716f50825
|
|
@ -13,7 +13,6 @@ WLAN_P2P_INTERFACE ?= "p2p0"
|
|||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " \
|
||||
cryptoauthlib \
|
||||
cryptoauth-openssl-engine \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "cryptochip"
|
||||
|
|
|
|||
|
|
@ -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)}"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
${WIRELESS_MODULE} \
|
||||
cryptodev-module \
|
||||
cryptoauthlib \
|
||||
cryptoauth-openssl-engine \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip"
|
||||
|
|
|
|||
Loading…
Reference in New Issue