zephyr/samples/subsys/ipc
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
..
ipc_service samples: ipc: Remove shared memory clear 2023-04-03 11:29:08 +02:00
openamp sysbuild: Remove IMAGES variable 2023-09-05 15:27:04 +02:00
openamp_rsc_table samples: ipc: rename shadow variables 2023-08-22 11:39:58 +02:00
rpmsg_service samples: ipc: rpmsg_service: add missing init.h 2023-08-31 14:43:08 +02:00
ipc.rst