zephyr/share/sysbuild
Torsten Rasmussen be2993be6e sysbuild: move sysbuild/application to _sysbuild
The sysbuild part of sysbuild/application creates a sysbuild/application
folder under top-level build dir. However, having a sysbuild folder at
this level means that tab completion for sysbuild pre-fixed build
targets will stop after completing just `sysbuild` and then show several
subfolders, making it hard to see important build targets, such as:
`ninja sysbuild_menuconfig`.

As `sysbuild/application` is just a folder name, then move it to
`_sysbuild` instead to avoid impacting tab completion for  ninja and
make.

Also strip the `application` part in the process, as the extra folder
doesn't provide any extra benefit, but is just one more level to enter
when browsing the build folder structure.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2024-06-17 12:10:43 -04:00
..
build sysbuild: Add support for COMPILER_WARNINGS_AS_ERRORS 2024-03-18 15:41:53 +01:00
cmake sysbuild: clear local scope EXTRA_CONF_FILE variable 2024-06-13 17:51:14 +02:00
image_configurations sysbuild: Add support for COMPILER_WARNINGS_AS_ERRORS 2024-03-18 15:41:53 +01:00
images sysbuild: add SoC-specific sysbuild configuration 2024-04-10 17:53:24 +02:00
template sysbuild: support sysbuild/CMakeLists.txt as entry point for samples 2024-05-27 14:05:38 +01:00
CMakeLists.txt sysbuild: move sysbuild/application to _sysbuild 2024-06-17 12:10:43 -04:00
Kconfig sysbuild: add SoC-specific sysbuild configuration 2024-04-10 17:53:24 +02:00
Kconfig.v1 sysbuild: include HWMv2 Kconfig in sysbuild 2024-03-04 15:27:09 +00:00
Kconfig.v2 boards/Kconfig: $BOARD_REVISION -> $(BOARD_REVISION) 2024-03-13 08:38:07 +01:00