zephyr/share
Grzegorz Swiderski da197fe9ef sysbuild: Import image devicetrees
Make the image devicetrees available to sysbuild for advanced use cases.

This is done by calling `zephyr_dt_import` on each image target. The DT
target properties are all expected to be prefixed with `DT_`, so there
should be no conflicts.

Thus, the DT contents of a given `<image>` can be retrieved using e.g.:

    dt_nodelabel(<var> NODELABEL <label> TARGET <image>)

as noted in `extensions.cmake`.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
2025-05-22 13:44:18 +02:00
..
sysbuild sysbuild: Import image devicetrees 2025-05-22 13:44:18 +02:00
sysbuild-package/cmake sysbuild: support sysbuild/CMakeLists.txt as entry point for samples 2024-05-27 14:05:38 +01:00
zephyr-package/cmake cmake: calculate the md5 sum using the built-in string command 2023-12-12 10:56:06 +01:00
zephyrunittest-package/cmake cmake: calculate the md5 sum using the built-in string command 2023-12-12 10:56:06 +01:00