From a5e7920ade44d5cd018b404df276587e3cc4d8b0 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Tue, 1 Sep 2020 16:32:43 +0200 Subject: Externals configuration file Store configuration of external repositories in a JSON file. Add command to dump configuration to stdout. Change-Id: I84d5388d9bd31e4d1c6626260c9418e07446634a --- externals.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 externals.json (limited to 'externals.json') diff --git a/externals.json b/externals.json new file mode 100644 index 0000000..6ee5456 --- /dev/null +++ b/externals.json @@ -0,0 +1,39 @@ +{ + "externals": + [ + { + "path": "core_software", + "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-software", + "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-software", + "revision": "master" + }, + { + "path": "core_software/core_driver", + "fetchurl": "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" + }, + { + "path": "core_software/cmsis", + "fetchurl": "https://github.com/ARM-software/CMSIS_5.git", + "revision": "master" + }, + { + "path": "core_software/tensorflow", + "fetchurl": "https://github.com/tensorflow/tensorflow", + "revision": "master" + }, + { + "path": "linux_driver_stack", + "fetchurl": "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" + }, + { + "path": "vela", + "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-vela", + "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-vela", + "revision": "master" + } + ] +} -- cgit v1.2.1