aboutsummaryrefslogtreecommitdiff
path: root/fetch_externals.py
diff options
context:
space:
mode:
Diffstat (limited to 'fetch_externals.py')
-rwxr-xr-xfetch_externals.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetch_externals.py b/fetch_externals.py
index 92668e8..920ea4b 100755
--- a/fetch_externals.py
+++ b/fetch_externals.py
@@ -92,6 +92,7 @@ externals = [
Git(os.path.join(basedir, 'core_software/core_driver'), "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver", pushurl='ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-driver', revision='master'),
Git(os.path.join(basedir, 'core_software/cmsis'), 'https://github.com/ARM-software/CMSIS_5.git', revision='master'),
Git(os.path.join(basedir, 'core_software/tensorflow'), 'https://github.com/tensorflow/tensorflow', revision='master'),
+ Git(os.path.join(basedir, 'linux_driver_stack'), "https://review.mlplatform.org/ml/ethos-u/ethos-u-linux-driver-stack", pushurl='ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-linux-driver-stack', revision='master'),
Git(os.path.join(basedir, 'vela'), "https://review.mlplatform.org/ml/ethos-u/ethos-u-vela", pushurl='ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-vela', revision='master')
]