Replies: 1 comment 2 replies
-
Actually it's possible with cmake. But would require to use a wrapper cmake project, which adds zephyr/share/sysbuild as subdirectory, and some small changes in zephyr/share/sysbuild/cmake/modules/sysbuild_extensions.cmake to make sysbuild working as non-root project. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know if CMake presets can be used with sysbuild ?
west build MY_COOL_PROJECT -b MY_BOARD --sysbuild -- --preset MY_PRESET
The problem is that sysbuild looks for CMakePresets.json in zephyr/share/sysbuild instead of
MY_COOL_PROJECT/CMakePresets.json
.CMake Error: Could not read presets from C:/SOME_DIR/workspace/zephyr/share/sysbuild
Beta Was this translation helpful? Give feedback.
All reactions