zephyr/share/sysbuild/cmake/modules
Torsten Rasmussen de53c0d2db sysbuild: cmake: fix sysbuild_cache_set() function
The sysbuild_cache_set() supports setting variables in a dedicated
sysbuild image cache. When appending to a list, the list is checked for
existance of the variable to avoid appending it again on reruns.

This was done be checking with `string(FIND ...)`, but that will also
return an index on a partial match.

A much safer approach is to use the `if(<val> IN_LIST <list>)` approach
to check for existance.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2024-04-29 15:53:17 +02:00
..
native_simulator_sb_extensions.cmake sysbuild: Add extensions for native_simulator based targets 2023-12-02 07:53:11 -05:00
sysbuild_extensions.cmake sysbuild: cmake: fix sysbuild_cache_set() function 2024-04-29 15:53:17 +02:00
sysbuild_kconfig.cmake sysbuild: Apply FILE_SUFFIX to sysbuild.conf 2024-03-22 12:41:32 +00:00