diff options
| author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-28 18:11:38 -0300 |
|---|---|---|
| committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-14 18:12:22 -0300 |
| commit | 2d68817c45b589d4119c4a9c499437caa78e2e4a (patch) | |
| tree | 94e9213e62941b86ba0c7bc42f2e0ab9bb65eaa8 /conf/machine/include | |
| parent | a5993579c0a8092324e105861f603c5db6753424 (diff) | |
| download | meta-freescale-2d68817c45b589d4119c4a9c499437caa78e2e4a.tar.gz | |
include/imx8mn-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 imx8mn-ddr4-evk and imx8mn-lpddr4-evk
machines.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/imx8mn-evk.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc index 8d0b40989..a51f11edb 100644 --- a/conf/machine/include/imx8mn-evk.inc +++ b/conf/machine/include/imx8mn-evk.inc | |||
| @@ -83,3 +83,11 @@ TEE_LOAD_ADDR = "0x56000000" | |||
| 83 | 83 | ||
| 84 | # Add additional firmware | 84 | # Add additional firmware |
| 85 | MACHINE_FIRMWARE:append = " linux-firmware-ath10k" | 85 | MACHINE_FIRMWARE:append = " linux-firmware-ath10k" |
| 86 | |||
| 87 | WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m7-demos" | ||
| 88 | IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ | ||
| 89 | mcore-demos/imx8mn_m7_TCM_hello_world.bin \ | ||
| 90 | mcore-demos/imx8mn_m7_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \ | ||
| 91 | mcore-demos/imx8mn_m7_TCM_rpmsg_lite_str_echo_rtos.bin \ | ||
| 92 | mcore-demos/imx8mn_m7_TCM_sai_low_power_audio.bin \ | ||
| 93 | " | ||
