diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-30 15:25:50 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-14 18:12:22 -0300 |
commit | adc746781f02512e56031a7338dfdc50171a8f79 (patch) | |
tree | ca92d4ef2c154dd198eeae9c56f3cb7d9fb5caf7 | |
parent | 605cd0f39e0717a063b715568c14421265c94d55 (diff) | |
download | meta-freescale-adc746781f02512e56031a7338dfdc50171a8f79.tar.gz |
imx93-9x9-lpddr4-qsp: Add new configs on the machine
This commit append imx-m33-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r-- | conf/machine/imx93-9x9-lpddr4-qsb.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/imx93-9x9-lpddr4-qsb.conf b/conf/machine/imx93-9x9-lpddr4-qsb.conf index 5a4f11506..ef53da5eb 100644 --- a/conf/machine/imx93-9x9-lpddr4-qsb.conf +++ b/conf/machine/imx93-9x9-lpddr4-qsb.conf | |||
@@ -29,3 +29,12 @@ DDR_FIRMWARE_NAME = " \ | |||
29 | lpddr4_imem_1d_v202201.bin \ | 29 | lpddr4_imem_1d_v202201.bin \ |
30 | lpddr4_imem_2d_v202201.bin \ | 30 | lpddr4_imem_2d_v202201.bin \ |
31 | " | 31 | " |
32 | |||
33 | WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m33-demos" | ||
34 | IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ | ||
35 | mcore-demos/imx93-9x9-qsb_m33_TCM_power_mode_switch.bin \ | ||
36 | mcore-demos/imx93-9x9-qsb_m33_TCM_low_power_wakeword.bin \ | ||
37 | mcore-demos/imx93-9x9-qsb_m33_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \ | ||
38 | mcore-demos/imx93-9x9-qsb_m33_TCM_rpmsg_lite_str_echo_rtos.bin \ | ||
39 | mcore-demos/imx93-9x9-qsb_m33_TCM_sai_low_power_audio.bin \ | ||
40 | " | ||