summaryrefslogtreecommitdiff
path: root/chunks/u-boot.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/u-boot.morph')
-rw-r--r--chunks/u-boot.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/chunks/u-boot.morph b/chunks/u-boot.morph
new file mode 100644
index 00000000..a727079c
--- /dev/null
+++ b/chunks/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/."