Please stop forcing sysbuild

At first you only did that for nrf apps, which was already annoying, but I could live with it: https://github.com/nrfconnect/sdk-zephyr/commit/3239cf77c0ed7c58aefb1f368c8ad17303b16ef5

But starting witSDK2.8, you do that globally: https://github.com/nrfconnect/sdk-zephyr/commit/866d3929ff47b2c55bc735f57da2cc98aee41dfc

IMO, changing any defaults from mainline Zephyr or diverting from any of their features or best practices is a very bad idea. In this case, this is very annoying, because I have to modify all my CI-scripts to pass the `--no-sysbuild` argument. And every time I build an app locally, I have to pass it as well to not get a compilation-failure.

Parents Reply Children
No Data
Related