zephyr/samples/drivers/ipm
Grzegorz Swiderski 6640c04df6 sysbuild: Remove IMAGES variable
This variable was originally provided for two indended purposes:

  * Let users manually add a new image in a desired order in the list.
  * Let users set build-only images, which are excluded from the list.

Given the recent additions of the `sysbuild_add_dependencies()` function
and the `BUILD_ONLY` parameter, `IMAGES` should be considered obsolete.

Furthermore, the list of images added to sysbuild should be updated
automatically when calling `ExternalZephyrProject_Add()`. This is now
possible by using a GLOBAL property internal to sysbuild.

With that, the `IMAGES` variable can be removed. Its existing usage for
image ordering is replaced with `sysbuild_add_dependencies()` treewide.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
2023-09-05 15:27:04 +02:00
..
ipm_esp32 samples: drivers: ipm: ipm esp32: add wrover board 2023-08-16 10:25:49 +02:00
ipm_imx samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ipm_ivshmem samples: drivers: ipm: added IPM over IVSHMEM sample 2023-07-20 10:44:57 +00:00
ipm_mcux sysbuild: Remove IMAGES variable 2023-09-05 15:27:04 +02:00
ipm_mhu_dual_core doc: update stale srecord links 2023-06-07 04:40:47 -04:00