ccimx93-dvk.conf: include WiFi and BT features support

https://onedigi.atlassian.net/browse/DEL-8346
This commit is contained in:
Isaac Hermida 2023-02-17 13:01:56 +01:00
parent 66fb6e55c1
commit 060e2f4fe1
1 changed files with 9 additions and 2 deletions

View File

@ -17,8 +17,15 @@ KERNEL_DEVICETREE ?= " \
digi/_ov_som_wifi_ccimx93.dtbo \
"
# Remove additional bluetooth packages
MACHINE_BLUETOOTH_EXTRA_INSTALL = ""
# Wireless external module
WIRELESS_MODULE ?= ""
WIRELESS_MODULE:append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'kernel-module-nxp-wlan', '', d)}"
HAS_WIFI_VIRTWLANS = "false"
# Machine firmware
MACHINE_FIRMWARE:append = " ${@oe.utils.conditional('HAVE_WIFI', '1', 'firmware-nxp-wifi-nxpiw612', '', d)}"
MACHINE_EXTRA_RRECOMMENDS += "${WIRELESS_MODULE}"
IMAGE_BOOT_FILES:append:use-nxp-bsp = " \
imx93_m33_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \