summaryrefslogtreecommitdiff
path: root/strata/bsp-wandboard/u-boot@wandboard.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-11-21 14:39:27 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-11-21 14:39:27 +0000
commite40bd7f09c0f754b0dab83573ef4795137f4857b (patch)
treef98db32b5ada25fdf3be9e05f7506f58680934a0 /strata/bsp-wandboard/u-boot@wandboard.morph
parent67be3d4a749a18d2e2ff3ce3dce3a1122e8bc89e (diff)
downloaddefinitions-e40bd7f09c0f754b0dab83573ef4795137f4857b.tar.gz
Make u-boot definitions uniquebaserock/ps/unique-u-boots
Diffstat (limited to 'strata/bsp-wandboard/u-boot@wandboard.morph')
-rw-r--r--strata/bsp-wandboard/u-boot@wandboard.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/bsp-wandboard/u-boot@wandboard.morph b/strata/bsp-wandboard/u-boot@wandboard.morph
new file mode 100644
index 00000000..8a51ee7c
--- /dev/null
+++ b/strata/bsp-wandboard/u-boot@wandboard.morph
@@ -0,0 +1,11 @@
+name: u-boot@wandboard
+kind: chunk
+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/."