File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ ExternalZephyrProject_Add(
12
12
# Add dependencies so that the remote sample will be built first
13
13
# This is required because some primary cores need information from the
14
14
# remote core's build, such as the output image's LMA
15
- add_dependencies (ipm_mcux ipm_mcux_remote)
16
- sysbuild_add_dependencies(CONFIGURE ipm_mcux ipm_mcux_remote)
15
+ add_dependencies (${DEFAULT_IMAGE} ipm_mcux_remote)
16
+ sysbuild_add_dependencies(CONFIGURE ${DEFAULT_IMAGE} ipm_mcux_remote)
17
17
18
18
if (SB_CONFIG_BOOTLOADER_MCUBOOT)
19
19
# Make sure MCUboot is flashed first
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ ExternalZephyrProject_Add(
12
12
# Add dependencies so that the remote sample will be built first
13
13
# This is required because some primary cores need information from the
14
14
# remote core's build, such as the output image's LMA
15
- add_dependencies (openamp openamp_remote)
16
- sysbuild_add_dependencies(CONFIGURE openamp openamp_remote)
15
+ add_dependencies (${DEFAULT_IMAGE} openamp_remote)
16
+ sysbuild_add_dependencies(CONFIGURE ${DEFAULT_IMAGE} openamp_remote)
17
17
18
18
if (SB_CONFIG_BOOTLOADER_MCUBOOT)
19
19
# Make sure MCUboot is flashed first
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ ExternalZephyrProject_Add(
12
12
BOARD ${SB_CONFIG_RPMSG_REMOTE_BOARD}
13
13
)
14
14
15
- add_dependencies (rpmsg_service rpmsg_service_remote)
15
+ add_dependencies (${DEFAULT_IMAGE} rpmsg_service_remote)
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ ExternalZephyrProject_Add(
11
11
BOARD ${SB_CONFIG_REMOTE_BOARD}
12
12
)
13
13
14
- add_dependencies (hello_world remote)
15
- sysbuild_add_dependencies(FLASH hello_world remote)
14
+ add_dependencies (${DEFAULT_IMAGE} remote)
15
+ sysbuild_add_dependencies(FLASH ${DEFAULT_IMAGE} remote)
You can’t perform that action at this time.
0 commit comments