ccimx8x: move Atmel CryptoAuth library and engine to SOM file
The cryptochip is a device included in the SOM, it is not platform dependant. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
a53072391e
commit
3980c84605
|
|
@ -11,11 +11,6 @@ WIRELESS_MODULE_append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'kernel-mod
|
|||
# Wireless p2p interface
|
||||
WLAN_P2P_INTERFACE ?= "p2p0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " \
|
||||
cryptoauthlib \
|
||||
cryptoauth-openssl-engine \
|
||||
"
|
||||
|
||||
# Firmware
|
||||
MACHINE_FIRMWARE_append = " ${@oe.utils.conditional('HAVE_BT', '1', 'firmware-qualcomm-qca6574-bt', '', d)}"
|
||||
MACHINE_FIRMWARE_append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'firmware-qualcomm-qca6574-wifi', '', d)}"
|
||||
|
|
|
|||
|
|
@ -11,11 +11,6 @@ WIRELESS_MODULE_append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'kernel-mod
|
|||
# Wireless p2p interface
|
||||
WLAN_P2P_INTERFACE ?= "p2p0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " \
|
||||
cryptoauthlib \
|
||||
cryptoauth-openssl-engine \
|
||||
"
|
||||
|
||||
# Firmware
|
||||
MACHINE_FIRMWARE_append = " ${@oe.utils.conditional('HAVE_BT', '1', 'firmware-qualcomm-qca6574-bt', '', d)}"
|
||||
MACHINE_FIRMWARE_append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'firmware-qualcomm-qca6574-wifi', '', d)}"
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
${MACHINE_FIRMWARE} \
|
||||
${WIRELESS_MODULE} \
|
||||
cryptodev-module \
|
||||
cryptoauthlib \
|
||||
cryptoauth-openssl-engine \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip"
|
||||
|
|
|
|||
Loading…
Reference in New Issue