-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
modules: avoid fetching external repo in TF-M #83360
base: main
Are you sure you want to change the base?
Conversation
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. |
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.
Looks good; pending changes in the TF-M PR.
I would suggest keeping the revert commit as an actual, separate, revert commit to make it obvious in the history. |
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.
Also, you could add some context in the revert commit message (give some brief explanation/link to issue).
What is changed? - This reverts commit 1c596b8. Why is this change needed? - This commit was added as a temporary fix for zephyrproject-rtos#81656. Since the previous commit (part of zephyrproject-rtos#83360) fixes the issue, we don't need this anymore. Signed-off-by: Sudan Landge <[email protected]>
What is changed? - This reverts commit 1c596b8. Why is this change needed? - This commit was added as a temporary fix for zephyrproject-rtos#81656. Since the previous commit (part of zephyrproject-rtos#83360) fixes the issue, we don't need this anymore. Signed-off-by: Sudan Landge <[email protected]>
What is changed? - This reverts commit 1c596b8. Why is this change needed? - This commit was added as a temporary fix for zephyrproject-rtos#81656. Since the previous commit (part of zephyrproject-rtos#83360) fixes the issue, we don't need this anymore. Signed-off-by: Sudan Landge <[email protected]>
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.
Looking mostly good! Just a few minor remarks left.
What is changed? - This reverts commit 1c596b8. Why is this change needed? - This commit was added as a temporary fix for zephyrproject-rtos#81656. Since the previous commit (part of zephyrproject-rtos#83360) fixes the issue, we don't need this anymore. Signed-off-by: Sudan Landge <[email protected]>
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.
Great!
What is changed? - Use the updated TF-M that is compatible with the Zephyr's latest Ethos-U driver repo. - Change the default behavior of TF-M builds to use Ethos driver locally fetched by Zephyr, using west update, instead of downloading it from external repo. Why is this change required? - This is to be inline with Zephyr's rules to not fetch code from external repo. Fixes zephyrproject-rtos#81656 Signed-off-by: Sudan Landge <[email protected]>
What is changed? - This reverts commit 1c596b8. Why is this change needed? - This commit was added as a temporary fix for zephyrproject-rtos#81656. Since the previous commit (part of zephyrproject-rtos#83360) fixes the issue, we don't need this anymore. Signed-off-by: Sudan Landge <[email protected]>
6db6bc7
What is changed?
Why is this change required?
Fixes #81656