-
Notifications
You must be signed in to change notification settings - Fork 7.4k
west.yml: Reset MCUboot revision due to history overwrite #55309
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: Reset MCUboot revision due to history overwrite #55309
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. |
@joerchan Do you know who can provide updates to TFM? |
zephyrproject-rtos/trusted-firmware-m#86 is the tf-m update to use when updating mcuboot |
#55125 is a full run with update mcuboot and tf-m |
@de-nordic From what failed in CI then what @nordicjm says is correct. |
905e6a5
to
2c6ef0e
Compare
@joerchan @nordicjm Thanks, it worked. @joerchan When are you planning to merge the TF-M PR? |
Merged if you want to update the manifest here. |
2c6ef0e
to
ea682fc
Compare
ea682fc
to
ccdec2a
Compare
The commit resets MCUboot revision after zephyrproject-rtos/mcuboot main branch has been overwritten with mcuboot/mcuboot main. The reset has been done due to MCUboot fork history, in Zephyr, has been broken and contained duplicate commits. For details look at issue: zephyrproject-rtos#55303. The reset of MCUboot also requires update to following repositories: trusted-firmware-m Signed-off-by: Dominik Ermel <[email protected]>
f7340ea
to
095295e
Compare
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.
Checked TF-M revision.
Checked MCUboot SHA vs current tip of |
The commit resets MCUboot revision after zephyrproject-rtos/mcuboot main branch has been overwritten with mcuboot/mcuboot main.
The reset has been done due to MCUboot fork history, in Zephyr, has been broken and contained duplicate commits.
For details look at issue: #55303.