Skip to content

Commit

Permalink
[nrf noup] scripts: west_commands: build: Add NCS example repo to sys…
Browse files Browse the repository at this point in the history
…build 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]>
  • Loading branch information
nordicjm authored and anangl committed Jun 12, 2024
1 parent 3b2e37f commit d038c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/west_commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def _run_cmake(self, board, origin, cmake_opts):
# Check if this is an ncs-repo directory
allow_list = [ 'mcuboot', 'sidewalk', 'find-my', 'nrf', 'matter', 'suit-processor',
'memfault-firmware-sdk', 'zscilib', 'uoscore-uedhoc', 'zcbor',
'hal_nordic' ]
'hal_nordic', 'ncs-example-application' ]
config_sysbuild = False

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

0 comments on commit d038c24

Please sign in to comment.