Skip to content

Commit b150731

Browse files
rick1082rlubos
authored andcommitted
applications: nrf5340_audio: Add sysbuild config in buildprog.py
Add --sysbuild in buildprog.py for handling the build out of default path. OCT-NONE Signed-off-by: Jui-Chou Chung <[email protected]>
1 parent 011be49 commit b150731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

applications/nrf5340_audio/tools/buildprog/buildprog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ def __build_cmd_get(core: Core, device: AudioDevice, build: BuildType,
8888
pristine, child_image, options):
8989
if core == Core.app:
9090
build_cmd = (f"west build {TARGET_CORE_APP_FOLDER} "
91-
f"-b {TARGET_BOARD_NRF5340_AUDIO_DK_APP_NAME}")
91+
f"-b {TARGET_BOARD_NRF5340_AUDIO_DK_APP_NAME} "
92+
f"--sysbuild")
9293
if device == AudioDevice.headset:
9394
device_flag = "-DCONFIG_AUDIO_DEV=1"
9495
dest_folder = TARGET_DEV_HEADSET_FOLDER

0 commit comments

Comments
 (0)