diff options
-rw-r--r-- | conf/machine/imx8mq-evk.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/imx8mq-evk.conf b/conf/machine/imx8mq-evk.conf index fe398da7..ff56e386 100644 --- a/conf/machine/imx8mq-evk.conf +++ b/conf/machine/imx8mq-evk.conf | |||
@@ -98,3 +98,10 @@ OPTEE_BIN_EXT = "8mq" | |||
98 | 98 | ||
99 | # Add additional firmware | 99 | # Add additional firmware |
100 | MACHINE_FIRMWARE:append = " linux-firmware-ath10k" | 100 | MACHINE_FIRMWARE:append = " linux-firmware-ath10k" |
101 | |||
102 | WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m4-demos" | ||
103 | IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ | ||
104 | mcore-demos/imx8mq_m4_TCM_hello_world.bin \ | ||
105 | mcore-demos/imx8mq_m4_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \ | ||
106 | mcore-demos/imx8mq_m4_TCM_rpmsg_lite_str_echo_rtos.bin \ | ||
107 | " | ||