Skip to content

Commit d038c24

Browse files
nordicjmanangl
authored andcommitted
[nrf noup] scripts: west_commands: build: Add NCS example repo to sysbuild list
nrf-squash! [nrf noup] scripts: west: build: Use sysbuild by default if in NCS dir Adds the example NCS project to the list of repos that should build using sysbuild by default Signed-off-by: Jamie McCrae <[email protected]>
1 parent 3b2e37f commit d038c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/west_commands/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def _run_cmake(self, board, origin, cmake_opts):
579579
# Check if this is an ncs-repo directory
580580
allow_list = [ 'mcuboot', 'sidewalk', 'find-my', 'nrf', 'matter', 'suit-processor',
581581
'memfault-firmware-sdk', 'zscilib', 'uoscore-uedhoc', 'zcbor',
582-
'hal_nordic' ]
582+
'hal_nordic', 'ncs-example-application' ]
583583
config_sysbuild = False
584584

585585
for module in zephyr_module.parse_modules(ZEPHYR_BASE, self.manifest):

0 commit comments

Comments
 (0)