zephyr/tests
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
..
application_development modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
arch modules: cmsis: move glue code to modules/cmsis 2023-08-24 13:20:21 +02:00
benchmarks kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
bluetooth tests: Bluetooth: audio: Unit test bt_audio_codec_cfg_get_* helpers 2023-09-05 10:06:09 +02:00
boards soc: xtensa: espressif_esp32: add SPIRAM heap offset and size 2023-08-22 14:44:16 +02:00
boot sysbuild: Remove IMAGES variable 2023-09-05 15:27:04 +02:00
bsim bluetooth: tests: add bsim test for identity address update 2023-09-04 18:41:48 +02:00
cmake cmake: Fix scope pollution in zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers tests: drivers: build_all: adc: add support for native_posix_64 2023-09-05 11:57:44 +02:00
kernel tests/kernel: Also run tests using minimallibc 2023-09-04 15:29:13 -04:00
lib tests: move uoscore-uedhoc tests into tests/modules 2023-08-28 13:37:39 -04:00
misc tests: misc: check_init_priorities: update output 2023-09-05 10:05:50 +02:00
modules/uoscore tests: uoscore-uedhoc: add tag to match module name 2023-08-28 13:37:39 -04:00
net tests lwm2m_rd_client: Allow only on native_posix 2023-09-01 13:59:12 +02:00
posix posix: clock_nanosleep tests 2023-08-30 13:02:58 -07:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: canbus: isotp: implementation: enable for native_posix 2023-09-04 19:19:44 +02:00
unit tests: crc: fix crc library location 2023-08-20 19:08:24 +01:00
ztest tests: ztest: zexpect: include source file directly in main.cpp 2023-08-28 13:36:08 -04:00
test_config.yaml