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
fix sysbuild custom sign #20
Closed
gchwier
wants to merge
35
commits into
nordicjm:sbappspt7
from
gchwier:grch_fix_sysbuild_custom_sign
Closed
fix sysbuild custom sign #20
gchwier
wants to merge
35
commits into
nordicjm:sbappspt7
from
gchwier:grch_fix_sysbuild_custom_sign
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
Fixes an issue with python not be directly used to run the imgtool program to sign images Signed-off-by: Jamie McCrae <[email protected]>
Deprioritises the empty network core image, this is to allow the thingy53 board to always have it selected Signed-off-by: Jamie McCrae <[email protected]>
Fixes wrongly enabling this mode for MCUboot when it should only have been enabled by default on devices with hardware cryptocell, with some exclusions Signed-off-by: Jamie McCrae <[email protected]>
Changes from fatal error to warning level when issues with sysbuild multi image configuration is detected so that builds can be fixed Signed-off-by: Jamie McCrae <[email protected]>
Adds support for using the nrf9161dk target board Signed-off-by: Jamie McCrae <[email protected]>
It is necessary to erase progress for both streams before test execution. Remove the bootloader from sysbuild as the bootloader is not required by the test. Signed-off-by: Tomasz Chyrowicz <[email protected]>
Adds the external flash functionality from child/parent image partition manager Signed-off-by: Jamie McCrae <[email protected]>
Reduces the number of slots if the current image is MCUboot as this configuration is no longer stored in the application in sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Fixes an issue of not using the correct file when building TF-M test projects Signed-off-by: Jamie McCrae <[email protected]>
Adds missing BYPRODUCT_* cache variables which are used to store the name of the signed files. Also fixes not updating the flash runner hex file for variant images Signed-off-by: Jamie McCrae <[email protected]>
Adds sysbuild configurations to samples, applications and tests which replaces child/parent image builds Signed-off-by: Jamie McCrae <[email protected]>
Adds dependencies on some image .config files so that sysbuild cmake reruns after these files have changed, to avoid stick configuration being stuck when sysbuild previously read Kconfig values Signed-off-by: Jamie McCrae <[email protected]>
Adds bluetooth mesh DFU metadata output support to app_update.zip Signed-off-by: Jamie McCrae <[email protected]>
Enables wifi by default in sysbuild for this board Signed-off-by: Jamie McCrae <[email protected]>
Excludes partition manager for all nrf54h20dk board targets Signed-off-by: Jamie McCrae <[email protected]>
Adds support for outputting matter factory data using sysbuild Signed-off-by: Jamie McCrae <[email protected]>
Enables factory data output for sysbuild builds Signed-off-by: Jamie McCrae <[email protected]>
Renames the test to avoid a conflict with an MCUboot sysbuild cmake file Signed-off-by: Jamie McCrae <[email protected]>
Switches to using SoCs instead of boards, this allows any nrf5340 or nrf91x-based board to make use of things like network core images and secure boot Signed-off-by: Jamie McCrae <[email protected]>
Adds initial support for loading nRF700x patches from QSPI Signed-off-by: Jamie McCrae <[email protected]>
Adds initial sysbuild options for partition layout Signed-off-by: Jamie McCrae <[email protected]>
Fixes an inconsistency with sysbuild's partition manager not escaping variables that child/parent image would Signed-off-by: Jamie McCrae <[email protected]>
Updates find-my, sidewalk and zephyr to include sysbuild support Signed-off-by: Jamie McCrae <[email protected]>
Adds a deprecation warning that describes that child/parent image has been replaced with sysbuild and when the feature will be removed entirely Signed-off-by: Jamie McCrae <[email protected]>
Changes from the deprecated build type to file suffix Signed-off-by: Jamie McCrae <[email protected]>
Changes from the deprecated build type to file suffix Signed-off-by: Jamie McCrae <[email protected]>
Adds support for generating an update zip file Signed-off-by: Jamie McCrae <[email protected]>
Fixes b0 signing to work for both application and network core images, and to only generate the dfu_mcuboot.zip if it is an MCUboot image Signed-off-by: Jamie McCrae <[email protected]>
Added support for Matter OTA firmware update to sysbuild. Signed-off-by: Arkadiusz Balys <[email protected]>
Queitens invalid warning messages that run at wrong times from the child/parent image to sysbuild transition Signed-off-by: Jamie McCrae <[email protected]>
Use ncs-build image based on ubuntu 22.04. It contains gcc 11 needed for twister tests on native simulator. Signed-off-by: Jan Gałda <[email protected]>
Removes child and parent image folders as these are no longer used Signed-off-by: Jamie McCrae <[email protected]>
Adds some child and parent image builds without sysbuild to ensure features remain working until the feature is fully removed Signed-off-by: Jamie McCrae <[email protected]>
Only includes dummy values for the secure boot bootloader when partition manager is disabled Signed-off-by: Jamie McCrae <[email protected]>
Fixes an issue with custom signing method. Default public key was used instead of key given with KConfig. Signed-off-by: Grzegorz Chwierut <[email protected]>
fixed now |
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.
Fixes an issue with custom signing method. Default public key was used instead of key given with KConfig.
Tested with command: