summaryrefslogtreecommitdiff
path: root/chunks/bsp-wandboard-u-boot.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 12:22:53 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-14 12:22:53 +0000
commit0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 (patch)
treeda8498e1eab2464b06117337cb0b7c87322e6ed1 /chunks/bsp-wandboard-u-boot.morph
parent10dda889872542b8f261555c139791ff34eec9b1 (diff)
downloaddefinitions-baserock/adamcoldrick/chunks-in-definitions-by-kind.tar.gz
Add chunk morphologies to definitions repositorybaserock/adamcoldrick/chunks-in-definitions-by-kind
Diffstat (limited to 'chunks/bsp-wandboard-u-boot.morph')
-rw-r--r--chunks/bsp-wandboard-u-boot.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/chunks/bsp-wandboard-u-boot.morph b/chunks/bsp-wandboard-u-boot.morph
new file mode 100644
index 00000000..a727079c
--- /dev/null
+++ b/chunks/bsp-wandboard-u-boot.morph
@@ -0,0 +1,14 @@
+name: u-boot
+kind: chunk
+repo: upstream:u-boot
+ref: fe57382d04b46c37f34cf8d3b3ad876554fd12bf
+build-system: manual
+build-commands:
+- make tools
+install-commands:
+- mkdir -p "$DESTDIR$PREFIX/bin"
+- install -m 755 tools/img2brec.sh "$DESTDIR$PREFIX/bin/."
+- install -m 755 tools/jtagconsole "$DESTDIR$PREFIX/bin/."
+- install -m 755 tools/netconsole "$DESTDIR$PREFIX/bin/."
+- install -m 755 tools/mkenvimage "$DESTDIR$PREFIX/bin/."
+- install -m 755 tools/mkimage "$DESTDIR$PREFIX/bin/."