Skip to content

Commit 0371ffd

Browse files
tejlmandjhedberg
authored andcommitted
samples: pass on board revision in sysbuild/hello_world
Pass on the board revision to remote image build if specified for the application image board target. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 1d827bc commit 0371ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/sysbuild/hello_world/sysbuild.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if(DEFINED SB_CONFIG_REMOTE_BOARD)
66
APPLICATION remote
77
SOURCE_DIR ${APP_DIR}/remote
88
BOARD ${SB_CONFIG_REMOTE_BOARD}
9+
BOARD_REVISION ${BOARD_REVISION}
910
)
1011

1112
add_dependencies(${DEFAULT_IMAGE} remote)

0 commit comments

Comments
 (0)