summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/cryptopp.lorry11
-rw-r--r--open-source-lorries/nvidia-jetson.lorry23
-rw-r--r--open-source-lorries/tz.lorry6
3 files changed, 40 insertions, 0 deletions
diff --git a/open-source-lorries/cryptopp.lorry b/open-source-lorries/cryptopp.lorry
new file mode 100644
index 0000000..e1b3cdb
--- /dev/null
+++ b/open-source-lorries/cryptopp.lorry
@@ -0,0 +1,11 @@
+{
+ "cryptopp": {
+ "type": "svn",
+ "url": "svn://svn.code.sf.net/p/cryptopp/code",
+ "layout": {
+ "trunk": "trunk/c5",
+ "branches": "branches/*/c5",
+ "tags": "tags/*"
+ }
+ }
+}
diff --git a/open-source-lorries/nvidia-jetson.lorry b/open-source-lorries/nvidia-jetson.lorry
new file mode 100644
index 0000000..569d5c7
--- /dev/null
+++ b/open-source-lorries/nvidia-jetson.lorry
@@ -0,0 +1,23 @@
+{
+ "nvidia/tegra-uboot-flasher-scripts": {
+ "type": "git",
+ "url": "git://github.com/NVIDIA/tegra-uboot-flasher-scripts.git"
+ },
+ "nvidia/tegrarcm": {
+ "type": "git",
+ "url": "git://github.com/NVIDIA/tegrarcm.git"
+ },
+ "nvidia/cbootimage": {
+ "type": "git",
+ "url": "git://github.com/NVIDIA/cbootimage.git"
+ },
+ "nvidia/cbootimage-configs": {
+ "type": "git",
+ "url": "git://github.com/NVIDIA/cbootimage-configs.git"
+ },
+ "nvidia/tegra-pinmux-scripts": {
+ "type": "git",
+ "url": "git://github.com/NVIDIA/tegra-pinmux-scripts.git"
+ }
+}
+
diff --git a/open-source-lorries/tz.lorry b/open-source-lorries/tz.lorry
new file mode 100644
index 0000000..64f5f98
--- /dev/null
+++ b/open-source-lorries/tz.lorry
@@ -0,0 +1,6 @@
+{
+ "tz": {
+ "type": "git",
+ "url": "git://github.com/eggert/tz.git"
+ }
+}