Skip to content

Conversation

@carlocaione
Copy link
Contributor

The IPC samples are currently hardcoding the local and remote target board names in the sample CMakeLists file.

Instead of relying on the sample to define the target board names introduce a new CONFIG_BOARD_SUPPORT_REMOTE_ENDPOINT symbol to signal the build system that the remote endpoint target name can be set by the board cmake file in the REMOTE_BOARD variable to be used by samples at compile time.

This was requested by @tejlmand in #39470 (comment). Probably it's not the definitive solution or the one that he was expecting but it's a good starting point for discussion at least :)

The IPC samples are currently hardcoding the local and remote target
boards in the sample CMakeLists file.

Instead of relying on the sample to define the target board names
introduce a new CONFIG_BOARD_SUPPORT_REMOTE_ENDPOINT symbol to signal
the build system that the remote endpoint target name can be set by the
board cmake file in the REMOTE_BOARD variable to be used by samples at
compile time.

Signed-off-by: Carlo Caione <[email protected]>
@tejlmand
Copy link
Contributor

@carlocaione Thanks a lot for this.

At dev-review meeting, the multi image issue came up once more when #37872 was discussed.

This has led to an RFC which tries to address multi image support once again here: #40555

I've included a commit that also takes a baby step related to IPC samples, just for prototyping.

I think this PR has some good direction together with #40555, so let's keep this open and consider this along side the other PR.

@dleach02 dleach02 removed the platform: NXP NXP label Jan 7, 2022
@github-actions
Copy link

github-actions bot commented Mar 9, 2022

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Mar 9, 2022
@github-actions github-actions bot closed this Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Boards area: Samples Samples RFC Request For Comments: want input from the community Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants