summaryrefslogtreecommitdiff
path: root/strata/bsp-wandboard/u-boot@wandboard.morph
blob: 8a51ee7cc6a5e2153637a1d6809dbe430741da2d (plain)
1
2
3
4
5
6
7
8
9
10
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/."