diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-05-21 11:57:19 +0100 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-05-21 11:57:19 +0100 |
commit | 9e5c80da772d6baa254ea752a1b9e21d961d1288 (patch) | |
tree | d88518da0ed0e1ce71dfea88d75c1fcabe3f60d1 | |
parent | 00920c07afa4852d8441c07f30dabb998c89f1b3 (diff) | |
download | lorry-9e5c80da772d6baa254ea752a1b9e21d961d1288.tar.gz |
lorries: add u-boot
Unless we add the ability to have detached morphologies, u-boot
will have to be mirrored.
-rw-r--r-- | lorries/u-boot.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lorries/u-boot.lorry b/lorries/u-boot.lorry new file mode 100644 index 0000000..864335a --- /dev/null +++ b/lorries/u-boot.lorry @@ -0,0 +1,6 @@ +{ + "u-boot": { + "type": "git", + "url": "git://git.denx.de/u-boot.git" + } +} |