Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules: tf-m: fix git clone during build
As of v2.1.0 TF-M has updated to CMSIS v6 and switched from hosting the sources to depending on the upstream repository, cloning it at build time. To prevent a download from happening during the build, CMSIS v6 sources are pushed to Zephyr's fork of TF-M and the `CMSIS_PATH` CMake variable is set to point to them. (cherry picked from commit 45ae952) Original-Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> GitOrigin-RevId: 45ae952 Change-Id: I3f5cb2ab169fb7a8bac20d6be5d4c06e80f3593a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5739691 Tested-by: Tristan Honscheid <honscheid@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Tristan Honscheid <honscheid@google.com> Commit-Queue: Tristan Honscheid <honscheid@google.com>
- Loading branch information