-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch TF-M to provide an alternative URL to fetch the Ethos dependency. Signed-off-by: Hugues Kamba-Mpiana <[email protected]>
- Loading branch information
1 parent
47a6a8c
commit 3ea0562
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
Middleware/ARM/TF-M/0001-cs310-tfm-Fix-Ethos-U-git-link.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 0630849294b790944a1e4897c31a17eca2275b5c Mon Sep 17 00:00:00 2001 | ||
From: Hugues Kamba-Mpiana <[email protected]> | ||
Date: Tue, 7 Nov 2023 23:03:34 +0000 | ||
Subject: [PATCH] cs310-tfm: Fix Ethos-U git link | ||
|
||
Signed-off-by: Hugues Kamba-Mpiana <[email protected]> | ||
--- | ||
lib/ext/ethos_u_core_driver/CMakeLists.txt | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/lib/ext/ethos_u_core_driver/CMakeLists.txt b/lib/ext/ethos_u_core_driver/CMakeLists.txt | ||
index 7a8ad3d50..d23ac2fad 100644 | ||
--- a/lib/ext/ethos_u_core_driver/CMakeLists.txt | ||
+++ b/lib/ext/ethos_u_core_driver/CMakeLists.txt | ||
@@ -10,7 +10,7 @@ fetch_remote_library( | ||
LIB_SOURCE_PATH_VAR ETHOS_DRIVER_PATH | ||
LIB_PATCH_DIR ${CMAKE_CURRENT_LIST_DIR} | ||
FETCH_CONTENT_ARGS | ||
- GIT_REPOSITORY https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git | ||
+ GIT_REPOSITORY https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git | ||
GIT_TAG "23.05" | ||
GIT_PROGRESS TRUE | ||
) | ||
-- | ||
2.34.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters