forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review/12918 sysbuild port func #13
Closed
tejlmand
wants to merge
11
commits into
nordicjm:prtodo
from
tejlmand:review/12918_sysbuild_port_func
Closed
Review/12918 sysbuild port func #13
tejlmand
wants to merge
11
commits into
nordicjm:prtodo
from
tejlmand:review/12918_sysbuild_port_func
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds extra functionality so that the code can be called from a sysbuild context Signed-off-by: Jamie McCrae <[email protected]>
Allows the MCUboot image to output data in the default configuration Signed-off-by: Jamie McCrae <[email protected]>
Adds some changes needed for sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Adds headings and new functionality to sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Fixes some issues when using sysbuild and adds support for network core update in MCUboot Signed-off-by: Jamie McCrae <[email protected]>
Adds sysbuild functionality, ported from child/parent image, to support b0 signing Signed-off-by: Jamie McCrae <[email protected]>
Adds support for checking if there is a secondary partition in TF-M when sysbuild is used Signed-off-by: Jamie McCrae <[email protected]>
Adds a CMake script which allows for signing applications when using sysbuild which uses PM configuration Signed-off-by: Jamie McCrae <[email protected]>
Using `configure_file()` directly on an image's CMakeCache.txt file creates a sysbuild CMake configure dependency on the image's cache file. This means that any change to the CMake cache on any image results in a CMake re-run on all images. Create an intermediate file for configure_file() to depend upon. The aligns sysbuild in nRF Connect SDK behavior with Zephyr wrt. image CMake cache dependencies. Signed-off-by: Torsten Rasmussen <[email protected]>
Partition manager CMake code defines runner image file as sysbuild cache variable. This ensures the image file is propagated to the Zephyr image build system where the nRF Connect SDK CMake code will specify the image file on the runner's yaml properties. Signed-off-by: Torsten Rasmussen <[email protected]>
nordicjm
force-pushed
the
prtodo
branch
6 times, most recently
from
November 14, 2023 16:51
1b7228a
to
37d61b5
Compare
has been merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
teams discussion