-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sysbuild: Fix board revisions not being passed to target images #52369
sysbuild: Fix board revisions not being passed to target images #52369
Conversation
eae6b44
to
d5a7589
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something related to sysbuild cache sharing looks wrong.
Taking a look.
d5a7589
to
a64fec1
Compare
@nordicjm fixed the root cause here: #52884 This PR is still valid, as it provides a mechanism for project to specify not only board but also revision, however as mentioned #52369 (comment) the else part should not be needed. |
a64fec1
to
c4f8e2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nits noticed.
c4f8e2e
to
780e2da
Compare
Allows specifying board revisions when configuring target images with sysbuild. Signed-off-by: Jamie McCrae <[email protected]>
780e2da
to
010358b
Compare
Fixes an issue whereby board revisions were not being passed to target images and adds a new flag that allows passing the board revision to target images for different target boards but preserving the board revision.
Fixes #52353