diff options
| author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-28 17:11:12 -0300 |
|---|---|---|
| committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-14 18:12:22 -0300 |
| commit | 3ed43689c4548de2811a23555f4d585ed6e67250 (patch) | |
| tree | 8c5953d8ff043d03178bbbde865c8295cd9c28b3 | |
| parent | 01100c7b3506d625fd0bbe50c6b52869db4b503d (diff) | |
| download | meta-freescale-3ed43689c4548de2811a23555f4d585ed6e67250.tar.gz | |
imx7ulpevk: Add new configs on the machine
This commit append imx-m4-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/imx7ulpevk.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf index b4792489f..b5196e30b 100644 --- a/conf/machine/imx7ulpevk.conf +++ b/conf/machine/imx7ulpevk.conf | |||
| @@ -44,3 +44,12 @@ OPTEE_BIN_EXT = "7ulp" | |||
| 44 | 44 | ||
| 45 | # Set Serial console | 45 | # Set Serial console |
| 46 | SERIAL_CONSOLES = "115200;ttyLP0" | 46 | SERIAL_CONSOLES = "115200;ttyLP0" |
| 47 | |||
| 48 | WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m4-demos" | ||
| 49 | IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ | ||
| 50 | mcore-demos/imx7ulp_m4_demo.img \ | ||
| 51 | mcore-demos/imx7ulp_wireless_uart_bridge.img \ | ||
| 52 | mcore-demos/imx7ulp_erpc_matrix_multiply_rpmsg_rtos_imxcm4.img \ | ||
| 53 | mcore-demos/imx7ulp_rpmsg_lite_pingpong_rtos.img \ | ||
| 54 | mcore-demos/imx7ulp_rpmsg_lite_str_echo_rtos.img \ | ||
| 55 | " | ||
