How to use CMakePresets with west and sysbuild in NCS v2.7.0?

I was following instructions from this and this post, but I'm not yet able to build with the following combination: CMakePresets.json + west + sysbuild.

I'm using this west command in a nRF Connect command line on v2.7.0:

west build -d ${targetDir} -- --preset ${presetName}

I understood from one of the posts it can't be forced to use sysbuild, but assumed that it would then behave similarly as the option "Build system default" in the vscode extension. However when using west with the preset it just doesn't use sysbuild, but uses the old parent/child approach.

Do you have any tips to get this to work with sysbuild?

Thanks,

Koos

Related