-
Notifications
You must be signed in to change notification settings - Fork 1.5k
NCSDK-30807: Add support for manifest variables #19379
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
NCSDK-30807: Add support for manifest variables #19379
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: f81641bb6a53ae25f82e63ebc1ff3669267248e4 more detailssdk-nrf:
suit-generator:
Github labels
List of changed files detected by CI (48)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
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. |
4c38772 to
7210d22
Compare
7210d22 to
c8a1d3d
Compare
ahasztag
left a comment
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.
On bug found, except for that a couple of suggestions
c8a1d3d to
c01a6d2
Compare
c01a6d2 to
4780aa5
Compare
4780aa5 to
202c24a
Compare
Describe dependencies between manifest variable implementation and other SUIT subsystem components. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add API that checks if manifest with given component ID is entitled to change the value of manifest variable. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add support for writing content into MFST_VAR components. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add tests that verify if writing content into manifest variables is possible. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add a possibility to check content of manifest variables from both application and SDFW platform code. Ref: NCSDK-20807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add test cases for that verify if it is possible to check content of manifest variables. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add support for copying MFST_VAR content between manifes variables. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add tests that verify if copying content between manifest variables is possible. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
202c24a to
79d7c70
Compare
Update suit-generator revision. Ref: NCSDK-30807 Signed-off-by: Tomasz Chyrowicz <[email protected]>
79d7c70 to
f81641b
Compare
No description provided.