sysbuild project name same as folder name

I have noticed that the project name used for sysbuild is the same as the folder name where my code is checked out. So if I have the application in a folder named "src" the name is "src" and configuration files and overlays will be used from 'sysbuild/src/", as well as output files will be written to 'build/src". But when someone else checks out the code to different folder name, say "s", the application name is "s" and the configs and overlays from "sysbuild/src" will not be found. This creates problems in CI builds inside a pipeline, but potentially for everyone who checks out the code to another directory.

Is there a way to set the application or project name for sysbuild independently of the folder name?

Parents Reply Children
No Data
Related