diff options
| author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-29 10:59:38 -0300 |
|---|---|---|
| committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-14 18:12:22 -0300 |
| commit | 7c8eef7e1e5ad1711016a47b4f0f115239270faa (patch) | |
| tree | ea44d72c766a7395bdd8fdb55363b3ca8959b9c1 /conf | |
| parent | e37103ee0c0b8a3338e315e8c557b28824f08a1c (diff) | |
| download | meta-freescale-7c8eef7e1e5ad1711016a47b4f0f115239270faa.tar.gz | |
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 <rodrigo.duarte@ossystems.com.br>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/imx8mp-evk.inc | 9 |
1 files changed, 9 insertions, 0 deletions
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" | |||
| 72 | 72 | ||
| 73 | # Add additional firmware | 73 | # Add additional firmware |
| 74 | MACHINE_FIRMWARE:append = " linux-firmware-ath10k" | 74 | MACHINE_FIRMWARE:append = " linux-firmware-ath10k" |
| 75 | |||
| 76 | WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m7-demos" | ||
| 77 | IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ | ||
| 78 | mcore-demos/imx8mp_m7_TCM_hello_world.bin \ | ||
| 79 | mcore-demos/imx8mp_m7_TCM_low_power_wakeword.bin \ | ||
| 80 | mcore-demos/imx8mp_m7_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \ | ||
| 81 | mcore-demos/imx8mp_m7_TCM_rpmsg_lite_str_echo_rtos.bin \ | ||
| 82 | mcore-demos/imx8mp_m7_TCM_sai_low_power_audio.bin \ | ||
| 83 | " | ||
