sysbuild: introduce sysbuild_root for root adjustment

Fixes: #73066

Introduce sysbuild_root CMake module similar to the Zephyr root CMake
module. The sysbuild_root CMake module works similar to existing root
module, but with the difference that root paths are adjusted relative to
APP_DIR which is the main image, instead of relative to sysbuild.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2024-05-28 11:47:41 +02:00 committed by Fabio Baltieri
commit 24acc7d43d
5 changed files with 74 additions and 14 deletions

View file

@ -9,7 +9,7 @@ include(extensions)
include(sysbuild_extensions)
include(python)
include(west)
include(root)
include(sysbuild_root)
include(zephyr_module)
include(boards)
include(shields)