Commit 6bf0fa0
committed
[nrf fromtree] 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 <[email protected]>
(cherry picked from commit da197fe)1 parent 6be0964 commit 6bf0fa0
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3816 | 3816 | | |
3817 | 3817 | | |
3818 | 3818 | | |
| 3819 | + | |
| 3820 | + | |
| 3821 | + | |
| 3822 | + | |
3819 | 3823 | | |
3820 | 3824 | | |
3821 | 3825 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
| |||
0 commit comments