From fdc3865243855852ec444f78266c1b75826e2043 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Fri, 21 Nov 2014 17:17:37 +0000 Subject: Add lorry for nvidia flashing tools --- open-source-lorries/nvidia-jetson.lorry | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 open-source-lorries/nvidia-jetson.lorry diff --git a/open-source-lorries/nvidia-jetson.lorry b/open-source-lorries/nvidia-jetson.lorry new file mode 100644 index 0000000..cf127f5 --- /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.git" { + "type": "git", + "url": "git://github.com/NVIDIA/tegra-pinmux-scripts.git" + } +} + -- cgit v1.2.1 From 43146341ebc6947a6b398ff03da9dea4c2c21265 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Fri, 21 Nov 2014 17:23:49 +0000 Subject: Add cryptopp This is required for tegrarcm --- open-source-lorries/cryptopp.lorry | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 open-source-lorries/cryptopp.lorry 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/*" + } + } +} -- cgit v1.2.1