Skip to content
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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wearyzen
Copy link
Collaborator

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.
  • revert boards: mps3_corstone300_fvp_ns: disable twister #81655 since TF-M won't fetch code from external Ethos repo

Why is this change required?

  • This is to be inline with Zephyr's rules to not fetch code from external repo.

Fixes #81656

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.
 - revert zephyrproject-rtos#81655 since TF-M won't fetch code from external Ethos 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]>
@zephyrbot
Copy link
Collaborator

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_ethos_u zephyrproject-rtos/hal_ethos_u@8e2cf75 zephyrproject-rtos/hal_ethos_u@50ddffc (main) zephyrproject-rtos/[email protected]
trusted-firmware-m zephyrproject-rtos/trusted-firmware-m@fa020a8 (main) zephyrproject-rtos/trusted-firmware-m#118 zephyrproject-rtos/trusted-firmware-m#118/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

board mps3_corstone300_fvp_ns fetching code from external repositories and failing in CI
2 participants