-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
west.yml: MCUboot synchronization from upstream #75634
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
@nashif have marked this for 3.7 as it is bug and security fixes, the top commit is needed for the zephyr version of mbedtls |
west.yml
Outdated
@@ -287,7 +287,7 @@ manifest: | |||
groups: | |||
- crypto | |||
- name: mcuboot | |||
revision: 898a1ca64a759541d9fcc37fef921db93d99ad70 | |||
revision: c06f7bb36782e0220b30c3d0640219d1368735d3 |
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.
I know I can get to this commit sha but I don't see it when I click on the commits for the repo? Is it because this commit is a revert?
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.
It gets pushed to upstream-sync
for CI to run and approval, once approved and CI has passed, it gets pushed to main
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.
@nordicjm, what is the reason? Is this incase CI fails you don't have main branch with some messed up SHA?
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.
Just as a convenience, upstream-sync
for open PRs and main
for what zephyr points too, allows for seeing at a glance if the repo is out of date
Update Zephyr fork of MCUboot to revision: fb2cf0ec3da3687b93f28e556ab682bdd4b85223 Brings following Zephyr relevant fixes: - 89807992 boot: zephyr: Fix build for nrf9160dk - 2f5a7f47 boot: zephyr: Fix build for thingy53 - c9e4ab8b boot: zephyr: Fix build for thingy52 - 1d79ef35 boot: Fix ASN.1 for mbedtls >= 3.1 - 86acda9e ext: fiat: Use user-defined assert macro - 9ae634f3 bootutil: Fix signed/unsigned comparison in boot_read_enc_key - 533fef2a imgtool: Update version.py to take command line arguments - 316a139c imgtool: dumpinfo improvements - f3a57028 imgtool: Various dumpinfo fixes - d16a613f imgtool: Assert "measurement value" is last in boot_record.py - 36f8bf30 imgtool: Fix verify command for edcsa-p384 signed images - 2712f743 imgtool: Add missing requirements to requirements.txt file - 45d379e7 zephyr: boards: Add files needed for NXP FRDM MCXN947 QSPI variant - 3113df8f imgtool: initial sanity test - a4cb878c imgtool: Fixed missing dependency to 'pyyaml' (for dumpinfo) - faf2dd1f imgtool: fixed keys/general.py to pass existing unittests Signed-off-by: Jamie McCrae <[email protected]>
b966aa3
to
b6d5e24
Compare
Adds extra release notes for MCUboot Signed-off-by: Jamie McCrae <[email protected]>
Update Zephyr fork of MCUboot to revision:
fb2cf0ec3da3687b93f28e556ab682bdd4b85223
Brings following Zephyr relevant fixes:
Notes on process:
Fixes #73301