summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson/u-boot.morph
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-11-07 16:45:57 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-11-10 14:14:05 +0000
commit1bed60fa206dd48c9a2a57757652533b34958c8f (patch)
tree54e29a1a9ceaf4dac6ec5e63d23cd62128b1b30a /strata/bsp-jetson/u-boot.morph
parent7d65bfe4e33198d88dc3e1b11f78e498fc1f1521 (diff)
downloaddefinitions-1bed60fa206dd48c9a2a57757652533b34958c8f.tar.gz
Use only one bsp for both the devel and genivi systems
Diffstat (limited to 'strata/bsp-jetson/u-boot.morph')
-rw-r--r--strata/bsp-jetson/u-boot.morph16
1 files changed, 16 insertions, 0 deletions
diff --git a/strata/bsp-jetson/u-boot.morph b/strata/bsp-jetson/u-boot.morph
new file mode 100644
index 00000000..705b3851
--- /dev/null
+++ b/strata/bsp-jetson/u-boot.morph
@@ -0,0 +1,16 @@
+name: u-boot
+kind: chunk
+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/."