summaryrefslogtreecommitdiff
path: root/bsp-wandboard/u-boot.morph
blob: 0e87df45fe096f5162d3c37eedf4f1af9e2dd936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: bsp-wandboard/u-boot.morph
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/."