-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
suit: Build system changes needed for encryption #19681
base: main
Are you sure you want to change the base?
suit: Build system changes needed for encryption #19681
Conversation
This commit contains changes to the SUIT build system allowing for encrypting images for update. Signed-off-by: Artur Hadasz <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b7ec0b587bca3fbf835a9a774fe900fa59f5e11d more detailssdk-nrf:
suit-generator:
Github labels
List of changed files detected by CI (13)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Memory footprint analysis revealed the following potential issuessample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 911846[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-19681/1) |
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.
apply changes throughout whole PR
----------------------------------------------------------- | ||
--- WARNING: Using default file-based basic KMS implentation for encryption. --- |
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.
the widths should match for the header and footer with the message
message(WARNING " | ||
----------------------------------------------------------- | ||
--- WARNING: Using default file-based basic KMS implentation for encryption. --- | ||
--- It should not be used for production unless the build is performed in --- |
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.
typos need fixing
help | ||
The SUIT encryption script is used to generate encryption artifacts for images inside a SUIT envelope. | ||
It is the "external" script that is called by the build system - it is responsible for creating | ||
various needed SUIT structures, but passes the actual encryption of the payload to a separate KMS script. |
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.
help text always at bottom
Python script called to generate encryption artifacts for images inside a SUIT envelope. | ||
See the help message for the default encryption script to see what arguments the script | ||
must accept. | ||
default "${ZEPHYR_NRF_MODULE_DIR}/../modules/lib/suit-generator/ncs/encrypt_script.py" if SUIT_ENVELOPE_ENCRYPT_SCRIPT_DEFAULT |
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.
use the actual module name instead of a path from the nrf module?
This commit contains changes to the SUIT build system allowing for encrypting images for update.