From 7c8eef7e1e5ad1711016a47b4f0f115239270faa Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Tue, 29 Apr 2025 10:59:38 -0300 Subject: include/imx8mp-evk: Add new configs on the machine This commit append imx-m7-demos on WKS_FILE_DEPENDS to provide the IMAGE_BOOT_FILES added to imx8mp-ddr4-evk and imx8mp-lpddr4-evk machines. Signed-off-by: Rodrigo M. Duarte --- conf/machine/include/imx8mp-evk.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc index 5976baeec..d6ae21d55 100644 --- a/conf/machine/include/imx8mp-evk.inc +++ b/conf/machine/include/imx8mp-evk.inc @@ -72,3 +72,12 @@ TEE_LOAD_ADDR = "0x56000000" # Add additional firmware MACHINE_FIRMWARE:append = " linux-firmware-ath10k" + +WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m7-demos" +IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ + mcore-demos/imx8mp_m7_TCM_hello_world.bin \ + mcore-demos/imx8mp_m7_TCM_low_power_wakeword.bin \ + mcore-demos/imx8mp_m7_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \ + mcore-demos/imx8mp_m7_TCM_rpmsg_lite_str_echo_rtos.bin \ + mcore-demos/imx8mp_m7_TCM_sai_low_power_audio.bin \ +" -- cgit v1.2.3-54-g00ecf