Skip to content

Commit 27ba27c

Browse files
committed
Revert "[nrf noup] scripts: west_commands: build: Add NCS example repo to sysbuild list"
This reverts commit d038c24. To be squashed and re-applied. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent 0cadaf1 commit 27ba27c

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
@@ -586,7 +586,7 @@ def _run_cmake(self, board, origin, cmake_opts):
586586
# Check if this is an ncs-repo directory
587587
allow_list = [ 'mcuboot', 'sidewalk', 'find-my', 'nrf', 'matter', 'suit-processor',
588588
'memfault-firmware-sdk', 'zscilib', 'uoscore-uedhoc', 'zcbor',
589-
'hal_nordic', 'ncs-example-application' ]
589+
'hal_nordic' ]
590590
config_sysbuild = False
591591

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

0 commit comments

Comments
 (0)