summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--u-boot.morph16
1 files changed, 16 insertions, 0 deletions
diff --git a/u-boot.morph b/u-boot.morph
new file mode 100644
index 0000000000..a9f7f50130
--- /dev/null
+++ b/u-boot.morph
@@ -0,0 +1,16 @@
+{
+ "name": "u-boot",
+ "kind": "chunk",
+ "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/.\""
+ ]
+}