zephyr/share/sysbuild
Torsten Rasmussen 3b32444f10 sysbuild: shared cache variable instead of local scope variable
Fixes: #52353

If a CMake variable is available in both local scope and as CMake cache
variable, then the use of `${<var>}` fetches the local scoped variable.
If only the cache variable is set, then things works as expected.

Ensure that the cached variable is always the variable being shared to
images by using `$CACHE{<var>}` instead.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2022-12-27 12:44:19 +01:00
..
bootloader
cmake sysbuild: shared cache variable instead of local scope variable 2022-12-27 12:44:19 +01:00
CMakeLists.txt cmake: sysbuild: Add support for recurive target cmake inclusion 2022-11-03 13:04:08 +01:00
Kconfig