From b15ae44ab9f085140039b09a00232d5aed6596a9 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 22 Jul 2014 17:59:14 +0100 Subject: Add morph --- u-boot.morph | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 u-boot.morph diff --git a/u-boot.morph b/u-boot.morph new file mode 100644 index 0000000000..0503179a5c --- /dev/null +++ b/u-boot.morph @@ -0,0 +1,23 @@ +{ + "name": "u-boot", + "kind": "chunk", + "build-system": "manual", + "configure-commands": [ + "make ARCH=arm jetson-tk1_config" + ], + "build-commands": [ + "make ARCH=arm CROSS_COMPILE=/usr/bin/", + "make ARCH=arm CROSS_COMPILE=/usr/bin/ tools" + ], + "install-commands": [ + "mkdir -p \"$DESTDIR$PREFIX/bin\"", + "mkdir -p \"$DESTDIR/boot\"", + "install -m 755 u-boot-dtb-tegra.bin \"$DESTDIR/boot/u-boot.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/.\"" + ] +} + -- cgit v1.2.1