summaryrefslogtreecommitdiff
path: root/tools.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-06-10 00:26:51 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-06-10 00:26:51 +0000
commit79a84b10a17a550dbe82a00fc16e986bcafb2c36 (patch)
treede7ced90ccbb2498d37be031b7706c29984e3c69 /tools.morph
parent9162997ac3d63e1213298264268d1922a19c1e65 (diff)
downloaddefinitions-79a84b10a17a550dbe82a00fc16e986bcafb2c36.tar.gz
tools: add u-boot tools
This will be needed on ARM devices that need to alter their bootloader configuration, and make kernels in uImage format. It will also be useful for x86 devices that have to prepare scripts for u-boot.
Diffstat (limited to 'tools.morph')
-rw-r--r--tools.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools.morph b/tools.morph
index 2faaca3a..4711f318 100644
--- a/tools.morph
+++ b/tools.morph
@@ -165,6 +165,12 @@
"repo": "upstream:screen",
"ref": "baserock/morph",
"build-depends": []
+ },
+ {
+ "name": "u-boot",
+ "repo": "upstream:u-boot",
+ "ref": "baserock/morph",
+ "build-depends": []
}
]
}