I'm migrating my app from parent/child to sysbuild.
Previously I had both bootloader and firmware as separate out-of-tree projects and that was working fine.
Now using sysbuild, my firmware is still located out-of-tree, but mcuboot gets compiled from ncs tree.
That doesn't suit me, because I have modifications to mcuboot source code, I need to control some GPIO before mcuboot does it's lengthy work.
Modifying mcuboot that's located in ncs tree is possible, but not reasonable.
How to achieve my required mcuboot modifications in such circumstances?